|
@@ -1,11 +1,9 @@
|
|
|
// 应用全局配置
|
|
|
module.exports = {
|
|
|
|
|
|
- // baseUrl: 'https://www.xcx.cczdsz.cn/prod-api',
|
|
|
- // baseUrl: 'http://192.168.4.6:8080',
|
|
|
- baseUrl: 'https://sookajs.top:8888',
|
|
|
- // baseUrl: 'http://192.168.4.11:8080',
|
|
|
- // baseUrl: 'http://192.168.4.14:8089',
|
|
|
+
|
|
|
+ // baseUrl: 'https://sookajs.top:8888',
|
|
|
+ baseUrl: 'http://127.0.0.1:8080',
|
|
|
baseIconUrl: 'http://119.3.201.155:9000',
|
|
|
// 应用信息
|
|
|
appInfo: {
|