From 26a2d4b49e5f1987c4df2e7da3d9252a5ec49d8b Mon Sep 17 00:00:00 2001 From: Vce Date: Tue, 28 May 2024 15:55:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8C=89=E9=92=AE=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/http.js | 4 ++-- src/store/index.js | 10 +++++----- .../emergencyDisposal/emergencyDisposal.vue | 6 ++++-- .../emergencyDisposal/emergencyPush.vue | 3 ++- .../emergencyDisposal/emergencyType.vue | 11 ++++++++--- .../emergencyDisposal/reliefApprove.vue | 9 ++++++--- .../emergencyDisposal/reliefGoods.vue | 11 ++++++++--- .../examManagement/examManagement.vue | 10 +++++++--- .../examRegulation/examRegulation.vue | 16 +++++++++++----- .../learningMaterial/learningMaterial.vue | 9 ++++++--- .../noticeManagement/noticeManagement.vue | 9 ++++++--- .../pointManagement/pointManagement.vue | 13 ++++++++----- .../questionManagement/questionManagement.vue | 10 +++++++--- .../examSystem2/safetyManual/safetyManual.vue | 15 ++++++++++----- .../subjectManagement/subjectManagement.vue | 12 +++++++++--- .../examSystem2/trainRecord/trainPlan.vue | 11 ++++++++--- .../projectFront/inspecPoint/inspection.vue | 12 +++++++++--- .../projectFront/inspecPoint/selfInspect.vue | 3 ++- .../projectFront/inspectRoute/routeManage.vue | 11 ++++++++--- .../quality/businessModule/checkPoint.vue | 12 ++++++++---- .../criterionModule/qualityProblemBank.vue | 2 ++ .../projectFront/quality/inspectionLedger.vue | 12 ++++++++++-- .../quality/v2/projectSelfInspection.vue | 5 ++++- .../smartSafeHat/deviceCentral/deviceCentral.vue | 10 +++++++--- .../projectFront/specialWork/blindPlugWork.vue | 4 +++- .../specialWork/confinedSpaceWork.vue | 4 +++- .../specialWork/disconnectionWork.vue | 1 + src/views/projectFront/specialWork/fireWork.vue | 4 +++- .../projectFront/specialWork/riggingOutWork.vue | 4 +++- .../specialWork/startBuildingWork.vue | 4 +++- .../specialWork/temporaryPowerWork.vue | 4 +++- .../projectFront/specialWork/towerOverWork.vue | 4 +++- 32 files changed, 179 insertions(+), 76 deletions(-) diff --git a/src/assets/js/http.js b/src/assets/js/http.js index 6778e31c..0b75e66a 100644 --- a/src/assets/js/http.js +++ b/src/assets/js/http.js @@ -84,9 +84,9 @@ if (process.env.NODE_ENV == 'development') { // axios.defaults.baseURL ='http://101.43.164.214:45011/' //上海优益(上海建工) // axios.defaults.baseURL = 'http://192.168.34.221:28888/' //郭圣雄本地 // axios.defaults.baseURL = 'http://192.168.34.221:28889/' //郭圣雄本地 - axios.defaults.baseURL ='http://192.168.34.221:9111/' //郭圣雄本地 + // axios.defaults.baseURL ='http://192.168.34.221:9111/' //郭圣雄本地 // axios.defaults.baseURL = 'http://192.168.34.155:19111/' //彭洁本地 - // axios.defaults.baseURL = 'http://182.90.224.237:51234' //郭圣雄远程 + axios.defaults.baseURL = 'http://182.90.224.237:51234' //郭圣雄远程 // axios.defaults.baseURL = 'http://jxj.zhgdyun.com:61212/' //彭洁远程 // axios.defaults.baseURL ='http://101.43.164.214:45020/' //沈阳和盈 // axios.defaults.baseURL ='http://183.249.224.118:9000/' //嘉兴王江泾公用码头 diff --git a/src/store/index.js b/src/store/index.js index db289337..ad6c5ac6 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -48,13 +48,13 @@ export default new Vuex.Store({ 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://182.90.224.237:51234/upload/image/', + FILEURL:'http://182.90.224.237:51234/image/', // 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://192.168.34.221:9111/upload/image/',// 郭圣雄本地 + // FILEURL:'http://192.168.34.221:9111/image/',//郭圣雄本地 + // WORKFLOWURL: "http://192.168.34.138:88/#/workspace/forms", //坤工作流地址(本地) // WORKFLOWURL: "http://192.168.34.126:88/#/workspace/forms", //罗峰工作流地址(本地) // UPLOADURL:'http://182.90.224.237:51234/upload/image/',// 郭圣雄远程 // FILEURL:'http://182.90.224.237:51234/image/',//郭圣雄远程 diff --git a/src/views/projectFront/emergencyDisposal/emergencyDisposal.vue b/src/views/projectFront/emergencyDisposal/emergencyDisposal.vue index 4f71d731..b6b50ce9 100644 --- a/src/views/projectFront/emergencyDisposal/emergencyDisposal.vue +++ b/src/views/projectFront/emergencyDisposal/emergencyDisposal.vue @@ -85,7 +85,8 @@