From 185f636be591a12380337745ff0d4021a922348a Mon Sep 17 00:00:00 2001 From: wuqing_b Date: Tue, 24 Nov 2020 17:24:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E9=9A=94=E7=A6=BB=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E8=8F=9C=E5=8D=95,=E4=BF=AE=E6=94=B9=E4=BB=A3?= =?UTF-8?q?=E7=90=86=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/build.js | 2 +- src/config/env.js | 2 +- src/views/MenuList.vue | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/config/build.js b/src/config/build.js index ae7114a..b9545b4 100644 --- a/src/config/build.js +++ b/src/config/build.js @@ -2,7 +2,7 @@ const globalPath = { jsonPath: '/', - servePath: 'http://172.16.31.19:4321/', + servePath: 'http://172.16.31.18:9999/cdcapi/', webSocketServer: 'http://114.67.117.97:3001/', }; diff --git a/src/config/env.js b/src/config/env.js index aa50042..9daf61a 100644 --- a/src/config/env.js +++ b/src/config/env.js @@ -1,7 +1,7 @@ // 开发环境配置项 module.exports = { jsonPath: '/', - servePath: 'http://172.16.31.19:4321/', + servePath: 'http://172.16.31.18:9999/cdcapi/', // servePath: 'http://16957179rs.51mypc.cn', webSocketServer: 'ws://172.17.38.202:8080/ws', }; diff --git a/src/views/MenuList.vue b/src/views/MenuList.vue index 52a669e..5d64557 100644 --- a/src/views/MenuList.vue +++ b/src/views/MenuList.vue @@ -39,11 +39,11 @@ export default class MenuList extends Vue { path: '/LayoutHome/DiseaseInfoYQ', authority: ['0', '1'], }, - { - name: '隔离点人员列表', - path: '/LayoutHome/DiseaseInfoGL', - authority: ['0', '2'], - }, + // { + // name: '隔离点人员列表', + // path: '/LayoutHome/DiseaseInfoGL', + // authority: ['0', '2'], + // }, { name: '方舱医院患者列表', path: '/LayoutHome/DiseaseInfoHospitalFC', -- Gitee