|
|
@@ -322,6 +322,7 @@
|
|
|
"type": "yui"
|
|
|
},
|
|
|
"server": {
|
|
|
+ /** 暂时更改
|
|
|
"accountCenter": "https://saas-test.usoftchina.com:5443",
|
|
|
"accountEnterprise": "https://saas-test.usoftchina.com:5443/#/enterprise",
|
|
|
"basePath": {
|
|
|
@@ -329,6 +330,14 @@
|
|
|
"http": "http://192.168.0.181:8575"
|
|
|
},
|
|
|
"urlPattern": "^\/api\/"
|
|
|
+ **/
|
|
|
+ "accountCenter":"http://192.168.0.181:8000",
|
|
|
+ "accountEnterprise":"http://192.168.0.181:8000/#/enterprise",
|
|
|
+ "basePath": {
|
|
|
+ "https": "https://saas-api-dev.usoftchina.com:5443",
|
|
|
+ "http": "http://192.168.0.181:8560"
|
|
|
+ },
|
|
|
+ "urlPattern": "^\/api\/"
|
|
|
}
|
|
|
},
|
|
|
|