From 0b8e04f671d5deecacbb74df16a5766e4c338428 Mon Sep 17 00:00:00 2001 From: huangyuxuan Date: Tue, 12 Nov 2024 14:10:42 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E=E5=8A=9F=E8=83=BD](hyx=5F20?= =?UTF-8?q?24-11-12=5FnewInspect)=20=20=E5=AE=89=E5=85=A8=E7=8E=AF?= =?UTF-8?q?=E4=BF=9D=E6=A3=80=E6=9F=A5=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 2 +- .../hidden/rectify/components/change.vue | 2 +- src/views/hiddenApi/publicMethod/list.vue | 2 +- .../inspection/components/add.vue | 26 +++++++++---------- .../inspection/components/info.vue | 2 +- .../inspection/components/list.vue | 2 +- static/config.js | 7 ++--- 7 files changed, 22 insertions(+), 21 deletions(-) diff --git a/config/index.js b/config/index.js index eb65708..9e9cd83 100644 --- a/config/index.js +++ b/config/index.js @@ -27,7 +27,7 @@ module.exports = { }, // Various Dev Server settings - host: 'localhost', // can be overwritten by process.env.HOST + host: '192.168.0.105', // can be overwritten by process.env.HOST port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: false, errorOverlay: true, diff --git a/src/views/hidden/rectify/components/change.vue b/src/views/hidden/rectify/components/change.vue index b1c5e76..2c3fe2b 100644 --- a/src/views/hidden/rectify/components/change.vue +++ b/src/views/hidden/rectify/components/change.vue @@ -33,7 +33,7 @@ - + diff --git a/src/views/hiddenApi/publicMethod/list.vue b/src/views/hiddenApi/publicMethod/list.vue index 74ed8ec..5b6eabb 100644 --- a/src/views/hiddenApi/publicMethod/list.vue +++ b/src/views/hiddenApi/publicMethod/list.vue @@ -793,7 +793,7 @@ export default { }) this.loading = false return false - }else { + } else { this.addSafeMeasureForm.TEMPORARY_SAFE_MEASURE = '' } } diff --git a/src/views/safetyenvironmental/inspection/components/add.vue b/src/views/safetyenvironmental/inspection/components/add.vue index f359e13..b456d8d 100644 --- a/src/views/safetyenvironmental/inspection/components/add.vue +++ b/src/views/safetyenvironmental/inspection/components/add.vue @@ -13,16 +13,16 @@ - - - - - - - - - - + + + + + + + + + + @@ -609,7 +609,7 @@ export default { getInspectorList(DEPARTMENT_ID, i) { if (DEPARTMENT_ID) { requestFN( - '/user/listAll', + '/user/getUserList', { DEPARTMENT_ID: DEPARTMENT_ID, NOMAIN: '1' @@ -979,7 +979,7 @@ export default { getUserList(DEPARTMENT_ID) { if (DEPARTMENT_ID) { requestFN( - '/user/listAll', + '/user/getUserList', { DEPARTMENT_ID: DEPARTMENT_ID } ).then((data) => { this.INSPECTED_SITEUSER_List = data.userList @@ -1090,7 +1090,7 @@ export default { }) } else { requestFN( - '/user/listAll', + '/user/getUserList', { DEPARTMENT_ID: DEPARTMENT_ID } ).then((data) => { this.INSPECTED_SITEUSER_List = data.userList diff --git a/src/views/safetyenvironmental/inspection/components/info.vue b/src/views/safetyenvironmental/inspection/components/info.vue index 2414b31..53040fe 100644 --- a/src/views/safetyenvironmental/inspection/components/info.vue +++ b/src/views/safetyenvironmental/inspection/components/info.vue @@ -10,7 +10,7 @@ - + diff --git a/src/views/safetyenvironmental/inspection/components/list.vue b/src/views/safetyenvironmental/inspection/components/list.vue index b52cd2e..7abb8ae 100644 --- a/src/views/safetyenvironmental/inspection/components/list.vue +++ b/src/views/safetyenvironmental/inspection/components/list.vue @@ -142,7 +142,7 @@ width="55" align="center"/> - + diff --git a/static/config.js b/static/config.js index 509d709..bd95286 100644 --- a/static/config.js +++ b/static/config.js @@ -1,11 +1,12 @@ // eslint-disable-next-line no-unused-vars const config = { - weburl: 'http://192.168.0.49:8080/', // 前台地址 - httpurl: 'http://192.168.0.49:8091/', // 后台地址 + weburl: 'http://192.168.0.105:8081/', // 前台地址 + httpurl: 'http://192.168.0.105:8091/', // 后台地址 qyurl: 'https://qgqy.qhdsafety.com/', // 企业前台 adminurl: 'https://www.qdkjchina.com/qa-prevention-admin/', // 正式 - fileUrl: 'https://qgqy.qhdsafety.com/file/', // 附件服务器地址 + // fileUrl: 'https://qgqy.qhdsafety.com/file/', // 附件服务器地址 + fileUrl: 'http://192.168.192.201:8991/file/', // 附件服务器地址, weburlWaiwang: 'https://qgqy.qhdsafety.com/', // 服务器外网地址 httpurlWaiwang: 'https://qgqy.qhdsafety.com/qa-prevention-gwj/', // , fileUrlWaiwang: 'https://qgqy.qhdsafety.com/file/', // 服务器外网 附件地址,
被检查单位{{ pd.INSPECTED_DEPARTMENT_NAMES }}{{ pd.INSPECTED_DEPARTMENT_NAME }} 被检查单位现场负责人 {{ pd.INSPECTED_SITEUSER_NAME }}