diff --git a/epmet-oper-web/.env.development b/epmet-oper-web/.env.development index 39d3f80..3e21b00 100644 --- a/epmet-oper-web/.env.development +++ b/epmet-oper-web/.env.development @@ -1,5 +1,5 @@ NODE_ENV=development -VUE_APP_API_SERVER = http://192.168.1.130:8080/api +VUE_APP_API_SERVER = http://192.168.1.140/api # VUE_APP_API_SERVER = http://192.168.51.36:8080/api # VUE_APP_API_SERVER = https://epmet-dev.elinkservice.cn/api VUE_APP_NODE_ENV=dev \ No newline at end of file diff --git a/epmet-oper-web/.env.production.sit b/epmet-oper-web/.env.production.sit index 6e499b3..da9a4a8 100644 --- a/epmet-oper-web/.env.production.sit +++ b/epmet-oper-web/.env.production.sit @@ -1,3 +1,3 @@ NODE_ENV=production -VUE_APP_API_SERVER = http://192.168.1.130:8080/api +VUE_APP_API_SERVER = http://192.168.1.140/api VUE_APP_NODE_ENV=prod:sit \ No newline at end of file diff --git a/epmet-oper-web/.vscode/settings.json b/epmet-oper-web/.vscode/settings.json index 2eab4ad..0b2e49a 100644 --- a/epmet-oper-web/.vscode/settings.json +++ b/epmet-oper-web/.vscode/settings.json @@ -1,6 +1,6 @@ { "workbench.colorTheme": "One Monokai", - "window.zoomLevel": 1, + "window.zoomLevel": 3, "terminal.integrated.fontWeightBold": "normal", "workbench.iconTheme": "material-icon-theme", // vscode默认启用了根据文件类型自动设置tabsize的选项 @@ -34,4 +34,4 @@ "source.fixAll.eslint": true }, "git.enableSmartCommit": true -} +} \ No newline at end of file diff --git a/epmet-oper-web/public/index.html b/epmet-oper-web/public/index.html index 7184ef8..a55bea3 100644 --- a/epmet-oper-web/public/index.html +++ b/epmet-oper-web/public/index.html @@ -35,11 +35,11 @@ <% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> <% } %> @@ -49,7 +49,7 @@ // window.SITE_CONFIG['apiURL'] = // 'http://epmet-dev.elinkservice.cn:48080/api' - window.SITE_CONFIG['apiURL'] = 'http://192.168.1.130:8080/api' + window.SITE_CONFIG['apiURL'] = 'http://192.168.1.140:8080/api' <% } %>