|
@@ -10,7 +10,7 @@ switch (process.env.NODE_ENV) {
|
|
|
case 'development':
|
|
|
baseUrl.ROOT = "/api" //开发环境url
|
|
|
// baseUrl.URL = "http://10.65.59.67:28800"
|
|
|
- baseUrl.URL = "http://192.168.2.4:28800"
|
|
|
+ baseUrl.URL = "http://192.168.2.5:28800"
|
|
|
// baseUrl.URL = "http://10.65.78.23:28800" //测试环境
|
|
|
// baseUrl.URL = "http://10.65.78.81:28800" // 正式环境
|
|
|
break
|