|
@@ -20,9 +20,9 @@ export function request(config) {
|
|
|
// uEnvDev;开发者模式,点击运行
|
|
|
if (process.env.NODE_ENV === 'development') {
|
|
|
//测试接口
|
|
|
- // baseURL = "http://b2bcnapi.sailuntire.com/allstell/test/app"
|
|
|
+ baseURL = "http://b2bcnapi.sailuntire.com/allstell/test/app"
|
|
|
//正式接口
|
|
|
- baseURL = "http://b2bcnapi.sailuntire.com/allstell/app";
|
|
|
+ // baseURL = "http://b2bcnapi.sailuntire.com/allstell/app";
|
|
|
}
|
|
|
// uEnvProd;生产模式,点击发行
|
|
|
if (process.env.NODE_ENV === 'production') {
|