|
@@ -11,19 +11,25 @@ export const requestConfig = {
|
|
|
* 开发环境请求的根路径
|
|
|
*/
|
|
|
devBaseUrl: 'https://app.sxdirectpurchase.com/api',
|
|
|
- // devBaseUrl: 'https://admin-test.sxdirectpurchase.com/api/',
|
|
|
+ // devBaseUrl: 'https://admin-test.sxdirectpurchase.com/api',
|
|
|
+ // devBaseUrl: 'http://192.168.1.9:9001/api',
|
|
|
+
|
|
|
/**
|
|
|
* 测试环境请求的根路径
|
|
|
*/
|
|
|
- // testBaseUrl: 'http://192.168.0.22:9001/api/',//中亿云
|
|
|
+ // testBaseUrl: 'http://192.168.1.9:9001/api',//中亿云
|
|
|
testBaseUrl: 'https://app.sxdirectpurchase.com/api',//WIFI6
|
|
|
+ // testBaseUrl: 'https://admin-test.sxdirectpurchase.com/api',
|
|
|
+
|
|
|
|
|
|
/**
|
|
|
* 生产环境请求的根路径
|
|
|
*/
|
|
|
prodBaseUrl: 'https://app.sxdirectpurchase.com/api',
|
|
|
+ // prodBaseUrl: 'https://admin-test.sxdirectpurchase.com/api',
|
|
|
// applet.sxdirectpurchase.com
|
|
|
staticDir: 'https://bucket.sxdirectpurchase.com/wx',
|
|
|
+ customerId: '136895', //平台客服id
|
|
|
/**
|
|
|
* 请求参数相关默认配置
|
|
|
*/
|