diff --git a/src/utils/baseUrl.js b/src/utils/baseUrl.js index 00d3e9b5b..1818df808 100644 --- a/src/utils/baseUrl.js +++ b/src/utils/baseUrl.js @@ -2,8 +2,8 @@ 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 = 'http://192.168.8.152:9000'; // 袁琪 + BASE_API = 'https://test.joylink.club/jlcloud'; + // BASE_API = 'http://192.168.8.152:9000'; // 袁琪 // BASE_API = 'http://192.168.8.177:9000'; // 旭强 // BASE_API = 'http://192.168.2.183:9000'; // 张赛 // BASE_API = 'http://192.168.8.140:9000'; // 杜康 diff --git a/src/views/newMap/newMapdraft/depotStation.vue b/src/views/newMap/newMapdraft/depotStation.vue index ef19c0d5f..8608ba1a1 100644 --- a/src/views/newMap/newMapdraft/depotStation.vue +++ b/src/views/newMap/newMapdraft/depotStation.vue @@ -1,8 +1,8 @@