1
This commit is contained in:
parent
cfd40a702e
commit
9397237048
@ -55,7 +55,7 @@ export default new Vuex.Store({
|
|||||||
// UPLOADURL:'http://192.168.34.221:9111/upload/image/',// 郭圣雄本地
|
// UPLOADURL:'http://192.168.34.221:9111/upload/image/',// 郭圣雄本地
|
||||||
// FILEURL:'http://192.168.34.221:9111/image/',//郭圣雄本地
|
// FILEURL:'http://192.168.34.221:9111/image/',//郭圣雄本地
|
||||||
// WORKFLOWURL: "http://192.168.34.138:88/#/workspace/forms", //坤工作流地址(本地)
|
// WORKFLOWURL: "http://192.168.34.138:88/#/workspace/forms", //坤工作流地址(本地)
|
||||||
WORKFLOWURL: "http://192.168.34.126:88/#/workspace/forms", //罗峰工作流地址(本地)
|
// WORKFLOWURL: "http://192.168.34.126:88/#/workspace/forms", //罗峰工作流地址(本地)
|
||||||
// UPLOADURL:'http://182.90.224.237:51234/upload/image/',// 郭圣雄远程
|
// UPLOADURL:'http://182.90.224.237:51234/upload/image/',// 郭圣雄远程
|
||||||
// FILEURL:'http://182.90.224.237:51234/image/',//郭圣雄远程
|
// FILEURL:'http://182.90.224.237:51234/image/',//郭圣雄远程
|
||||||
UPLOADURL:'http://42.180.188.17:11211/upload/image',//测试
|
UPLOADURL:'http://42.180.188.17:11211/upload/image',//测试
|
||||||
@ -69,7 +69,7 @@ export default new Vuex.Store({
|
|||||||
// // WORKFLOWURL: 'http://47.93.215.234:19998/#/workspace/forms',//鞍钢平台工作流地址(弃用)
|
// // WORKFLOWURL: 'http://47.93.215.234:19998/#/workspace/forms',//鞍钢平台工作流地址(弃用)
|
||||||
// // WORKFLOWURL: 'http://47.93.215.234:19098/#/workspace/forms',//鞍钢测试平台工作流地址(弃用)
|
// // WORKFLOWURL: 'http://47.93.215.234:19098/#/workspace/forms',//鞍钢测试平台工作流地址(弃用)
|
||||||
// WORKFLOWURL: 'http://42.180.188.17:19998/#/workspace/forms',//鞍钢平台工作流地址
|
// WORKFLOWURL: 'http://42.180.188.17:19998/#/workspace/forms',//鞍钢平台工作流地址
|
||||||
// WORKFLOWURL: "http://42.180.188.17:19098/#/workspace/forms", //鞍钢测试平台工作流地址
|
WORKFLOWURL: "http://42.180.188.17:19098/#/workspace/forms", //鞍钢测试平台工作流地址
|
||||||
//---------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------
|
||||||
// BASEURL: baseUrl
|
// BASEURL: baseUrl
|
||||||
// ? baseUrl
|
// ? baseUrl
|
||||||
|
|||||||
@ -276,7 +276,7 @@
|
|||||||
:preview-src-list="[item.url]">
|
:preview-src-list="[item.url]">
|
||||||
</el-image>
|
</el-image>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<a target="_blank" :href="item.url" :download="item.name"
|
<a target="_blank" style="display: block;" :href="item.url" :download="item.name"
|
||||||
:title="'downloadLink' + index" :ref="'downloadLink' + index">{{ item.name }}</a>
|
:title="'downloadLink' + index" :ref="'downloadLink' + index">{{ item.name }}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -390,7 +390,7 @@
|
|||||||
:preview-src-list="[item.url]">
|
:preview-src-list="[item.url]">
|
||||||
</el-image>
|
</el-image>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<a target="_blank" :href="item.url" :download="item.name"
|
<a target="_blank" style="display: block;" :href="item.url" :download="item.name"
|
||||||
:title="'downloadLink' + index" :ref="'downloadLink' + index">{{ item.name }}</a>
|
:title="'downloadLink' + index" :ref="'downloadLink' + index">{{ item.name }}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -228,7 +228,7 @@
|
|||||||
:preview-src-list="[item.url]">
|
:preview-src-list="[item.url]">
|
||||||
</el-image>
|
</el-image>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<a target="_blank" :href="item.url" :download="item.name"
|
<a target="_blank" style="display: block;" :href="item.url" :download="item.name"
|
||||||
:title="'downloadLink' + index" :ref="'downloadLink' + index">{{ item.name }}</a>
|
:title="'downloadLink' + index" :ref="'downloadLink' + index">{{ item.name }}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -236,7 +236,7 @@
|
|||||||
:preview-src-list="[item.url]">
|
:preview-src-list="[item.url]">
|
||||||
</el-image>
|
</el-image>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<a target="_blank" :href="item.url" :download="item.name"
|
<a target="_blank" style="display: block;" :href="item.url" :download="item.name"
|
||||||
:title="'downloadLink' + index" :ref="'downloadLink' + index">{{ item.name }}</a>
|
:title="'downloadLink' + index" :ref="'downloadLink' + index">{{ item.name }}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -227,7 +227,7 @@
|
|||||||
:src="item.url" :preview-src-list="[item.url]">
|
:src="item.url" :preview-src-list="[item.url]">
|
||||||
</el-image>
|
</el-image>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<a target="_blank" :href="item.url" :download="item.name"
|
<a target="_blank" style="display: block;" :href="item.url" :download="item.name"
|
||||||
:title="'downloadLink' + index" :ref="'downloadLink' + index">{{ item.name
|
:title="'downloadLink' + index" :ref="'downloadLink' + index">{{ item.name
|
||||||
}}</a>
|
}}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -225,7 +225,7 @@
|
|||||||
:preview-src-list="[item.url]">
|
:preview-src-list="[item.url]">
|
||||||
</el-image>
|
</el-image>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<a target="_blank" :href="item.url" :download="item.name"
|
<a target="_blank" style="display: block;" :href="item.url" :download="item.name"
|
||||||
:title="'downloadLink' + index" :ref="'downloadLink' + index">{{ item.name }}</a>
|
:title="'downloadLink' + index" :ref="'downloadLink' + index">{{ item.name }}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -240,7 +240,7 @@
|
|||||||
:preview-src-list="[item.url]">
|
:preview-src-list="[item.url]">
|
||||||
</el-image>
|
</el-image>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<a target="_blank" :href="item.url" :download="item.name"
|
<a target="_blank" style="display: block;" :href="item.url" :download="item.name"
|
||||||
:title="'downloadLink' + index" :ref="'downloadLink' + index">{{ item.name }}</a>
|
:title="'downloadLink' + index" :ref="'downloadLink' + index">{{ item.name }}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -216,7 +216,7 @@
|
|||||||
:preview-src-list="[item.url]">
|
:preview-src-list="[item.url]">
|
||||||
</el-image>
|
</el-image>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<a target="_blank" :href="item.url" :download="item.name"
|
<a target="_blank" style="display: block;" :href="item.url" :download="item.name"
|
||||||
:title="'downloadLink' + index" :ref="'downloadLink' + index">{{ item.name }}</a>
|
:title="'downloadLink' + index" :ref="'downloadLink' + index">{{ item.name }}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user