...
|
...
|
@@ -115,14 +115,14 @@ let domainApis = { |
|
|
// 域名列表
|
|
|
const domains = {
|
|
|
erp: 'http://192.168.103.82:9098',
|
|
|
platform: 'http://192.168.102.202:8088/platform',
|
|
|
platform: 'http://192.168.102.48:8088/platform',
|
|
|
shop: 'http://192.168.102.211:30016'
|
|
|
};
|
|
|
|
|
|
|
|
|
if (global.env.Test) {
|
|
|
domains.erp = 'http://192.168.103.82:9098';
|
|
|
domains.platform = 'http://192.168.102.202:8088/platform';
|
|
|
domains.platform = 'http://192.168.102.48:8088/platform';
|
|
|
domains.shop = 'http://192.168.102.211:30016';
|
|
|
}
|
|
|
|
...
|
...
|
|