Commit 23479acd authored by 郭铭瑶's avatar 郭铭瑶 🤘

修改公网api

parent 91208d23
...@@ -2,8 +2,8 @@ let BASE_URL = '' ...@@ -2,8 +2,8 @@ let BASE_URL = ''
let DATA_URL = '' let DATA_URL = ''
switch (process.env.NODE_ENV) { switch (process.env.NODE_ENV) {
case 'production': case 'production':
BASE_URL = 'http://10.89.4.164:18080/api' // BASE_URL = 'http://10.89.4.164:18080/api'
// BASE_URL = 'http://yangpu.hm.omniview.pro/api' BASE_URL = 'http://yangpu.hm.omniview.pro/api'
DATA_URL = 'http://10.89.1.208:10005' DATA_URL = 'http://10.89.1.208:10005'
break break
default: default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment