diff --git a/src/config/build.js b/src/config/build.js index ae7114aa60d9ca9beb15f597adaecdf081359fa2..b9545b4684f72889f254251a7a4fff2ed4b4624c 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 aa5004278f563ab4ee7edea013fb2292c8538bbc..9daf61aac12bf5698c2dd2978c56ab2ef956daf0 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 52a669ec9cc7ac23db120dfddfb2f2f72244ad69..5d645578f1575a2f241eca087fccfb93bf0e68af 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',