Commit fd362ae3 by liangzhen

去掉端口号

1 parent 426da420
Showing with 1 additions and 1 deletions
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
const SystemConfig = { const SystemConfig = {
PUBLIC_PATH: '/api', PUBLIC_PATH: '/api',
VUE_APP_BASE_URL: "http://25.66.210.41:18088/tools", VUE_APP_BASE_URL: "http://25.66.210.41/tools",
VUE_APP_ZJ_IFRAME: "http://25.66.210.41/arch" VUE_APP_ZJ_IFRAME: "http://25.66.210.41/arch"
}; };
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!