From 0dc58048864193c787b6bcd0e1e3f65cc67f1bf5 Mon Sep 17 00:00:00 2001 From: zyy <1787816799@qq.com> Date: Thu, 21 May 2020 15:51:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=89=93=E5=8C=85=E7=9B=B8?= =?UTF-8?q?=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index_Common.js | 2 +- src/utils/baseUrl.js | 4 ++-- vue.config.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/router/index_Common.js b/src/router/index_Common.js index 63005db1b..778aced0c 100644 --- a/src/router/index_Common.js +++ b/src/router/index_Common.js @@ -15,7 +15,7 @@ const Jlmap3dPassFlow = () => import('@/views/jlmap3d/passflow/jl3dpassflow'); const Jlmap3dStation = () => import('@/views/jlmap3d/station/jl3dstation'); const Jlmap3dModel = () => import('@/views/jlmap3d/device/jl3ddevice'); const Jlmap3dTrain = () => import('@/views/jlmap3d/devicetrain/jl3ddevicetrain'); -const Jl3dMaintainer = () => import('@/views/jlmap3d/maintainer/jl3dmaintainer'); +// const Jl3dMaintainer = () => import('@/views/jlmap3d/maintainer/jl3dmaintainer'); const Display = () => import('@/views/display/index'); const DisplayNew = () => import('@/views/newMap/displayNew/index'); diff --git a/src/utils/baseUrl.js b/src/utils/baseUrl.js index 7bdd7df48..e9046878d 100644 --- a/src/utils/baseUrl.js +++ b/src/utils/baseUrl.js @@ -2,10 +2,10 @@ export function getBaseUrl() { let BASE_API; if (process.env.NODE_ENV === 'development') { // BASE_API = 'https://joylink.club/jlcloud'; - // BASE_API = 'https://test.joylink.club/jlcloud'; + BASE_API = 'https://test.joylink.club/jlcloud'; // BASE_API = 'http://192.168.3.5:9000'; // 袁琪 // BASE_API = 'http://192.168.3.6:9000'; // 旭强 - BASE_API = 'http://192.168.3.41:9000'; // 张赛 + // BASE_API = 'http://192.168.3.41:9000'; // 张赛 // BASE_API = 'http://192.168.3.82:9000'; // 杜康 // BASE_API = 'http://192.168.3.41:9000'; // 张赛 // BASE_API = 'http://b29z135112.zicp.vip'; diff --git a/vue.config.js b/vue.config.js index 00c399378..1ad4200d7 100644 --- a/vue.config.js +++ b/vue.config.js @@ -88,7 +88,7 @@ module.exports = { config.name = name; config.resolve = { extensions: ['.js', '.vue', '.json'], - modules: [path.resolve(__dirname, './node_modules')], + // modules: [path.resolve(__dirname, './node_modules')], alias: { // 添加别名 '@': path.resolve('src') }