From ffc2187e4e153f739ef2d05bd5aa2059d6f7ce84 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Thu, 23 May 2024 23:37:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/index.js | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 4804dff3..2b2d9a6f 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -43,16 +43,18 @@ export default new Vuex.Store({ }, }), ], - + state: { PAGESIZRS: [10, 20, 30, 50], // UPLOADURL:' http://101.43.164.214:11111/upload/image/',// 百色 // FILEURL:' http://101.43.164.214:11111/image/',// 百色 // UPLOADURL:'http://182.90.224.237:51234/upload/image/', // FILEURL:'http://182.90.224.237:51234/image/', - UPLOADURL:'http://192.168.34.221:9111/upload/image/',// 郭圣雄本地 - FILEURL:'http://192.168.34.221:9111/image/',//郭圣雄本地 - WORKFLOWURL: 'http://192.168.34.138:88/#/workspace/forms',//坤工作流地址(本地) + UPLOADURL: "http://http://192.168.34.155:19111/upload/image/", // 洁本地 + FILEURL: "http://http://192.168.34.155:19111/image/", //洁本地 + // UPLOADURL:'http://192.168.34.221:9111/upload/image/',// 郭圣雄本地 + // FILEURL:'http://192.168.34.221:9111/image/',//郭圣雄本地 + WORKFLOWURL: "http://192.168.34.138:88/#/workspace/forms", //坤工作流地址(本地) // UPLOADURL:'http://182.90.224.237:51234/upload/image/',// 郭圣雄远程 // FILEURL:'http://182.90.224.237:51234/image/',//郭圣雄远程 // UPLOADURL:'http://jxj.zhgdyun.com:15551/upload/image',//测试 @@ -74,18 +76,18 @@ export default new Vuex.Store({ //--------------------------------------------------------------------------------------------- // BASEURL: baseUrl // ? baseUrl - // : window.location.protocol + "//" + window.location.host + "/api/", //金林湾部署地址 + // : window.location.protocol + "//" + window.location.host + "/api/", //金林湾部署地址 // UPLOADURL: // window.location.protocol + // "//" + // window.location.host + // "/api/upload/image", //金林湾部署地址 - // FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //金林湾部署地址 + // FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //金林湾部署地址 // FILEURL: 'http://182.90.224.237:7000/image/', // UPLOADURL: 'http://182.90.224.237:7000/upload/image', // tag: 本地测试接口 // BASEURL:'http://192.168.34.174:6023/', /* 2022-05-16 */ // tag: 部署河南项目时,需要打开这两行代码 - + // UPLOADURL: 'http://139.9.66.234:6324/upload/image', // FILEURL: 'http://139.9.66.234:6324/image/', /* 2022-06-06 广西本地的*/ // FILEURL: 'http://182.90.224.237:7000/image/', @@ -111,7 +113,7 @@ export default new Vuex.Store({ // UPLOADURL: 'http://101.43.164.214:12345/upload/image',//内蒙古 // FILEURL: 'http://101.43.164.214:12345/image/',//内蒙古 // UPLOADURL: 'http://42.194.144.62:8088/upload/image',//中建四 - // FILEURL: 'http://42.194.144.62:8088/image/',//中建四 + // FILEURL: 'http://42.194.144.62:8088/image/',//中建四 // UPLOADURL: 'http://182.90.224.147:15551/upload/image',//四川成润(内部线上) // FILEURL: 'http://182.90.224.147:15551/image/',//四川成润(内部线上) // UPLOADURL: 'http://118.121.198.147:23232/upload/image',//四川成润(正式) @@ -318,8 +320,8 @@ export default new Vuex.Store({ state.fileList.operaColumnExpand !== null ? Number(state.fileList.operaColumnExpand) : document.body.clientWidth > 1280 - ? 1 - : 0, // 操作列是否展开,0不展开,1展开 + ? 1 + : 0, // 操作列是否展开,0不展开,1展开 selectedColumnList: (state) => state.fileList.selectedColumnList === null ? ["extendName", "fileSize", "uploadTime", "deleteTime"]