Commit fd94cb804a6be3647d5b9aeec207f51d31ca4f00

Authored by liujun001
1 parent d18b8c53

优化

web_src/config/index.js
@@ -11,7 +11,7 @@ module.exports = { @@ -11,7 +11,7 @@ module.exports = {
11 assetsPublicPath: "/", 11 assetsPublicPath: "/",
12 proxyTable: { 12 proxyTable: {
13 "/debug": { 13 "/debug": {
14 - target: "http://127.0.0.1:28080", 14 + target: "http://118.113.164.50:18989",
15 changeOrigin: true, 15 changeOrigin: true,
16 pathRewrite: { 16 pathRewrite: {
17 "^/debug": "/", 17 "^/debug": "/",
web_src/static/js/config.js
1 -window.baseUrl = "http://127.0.0.1:28080"; 1 +window.baseUrl = "http://118.113.164.50:18989";
2 2
3 // map组件全局参数, 注释此内容可以关闭地图功能 3 // map组件全局参数, 注释此内容可以关闭地图功能
4 window.mapParam = { 4 window.mapParam = {