|
@@ -19,16 +19,16 @@ let upFileUrl= null // 后端上传接口
|
|
|
let staticUrl= null // 静态文件地址
|
|
|
//64
|
|
|
// #ifdef MP
|
|
|
- baseUrl='https://greatadmin.dev.gztjy.top/serviceapi';
|
|
|
- upFileUrl='http://fileupload.hw.hongweisoft.com/upload/single/minio';
|
|
|
- // staticUrl='http://res.hw.hongweisoft.com/xushuo/';
|
|
|
- staticUrl='https://miniores.hw.hongweisoft.com/greattransition/staticfile';
|
|
|
+ baseUrl='https://greatadmin.dev.dazesoft.cn/serviceapi';
|
|
|
+ upFileUrl='http://fileupload.dev.dazesoft.cn/upload/single/minio';
|
|
|
+ // staticUrl='http://res.dev.dazesoft.cn/xushuo/';
|
|
|
+ staticUrl='https://miniores.dev.dazesoft.cn/greattransition/staticfile';
|
|
|
// #endif
|
|
|
// #ifdef H5
|
|
|
- baseUrl='https://greath5.dev.gztjy.top/serviceapi';
|
|
|
- upFileUrl='http://fileupload.hw.hongweisoft.com/upload/single/minio';
|
|
|
- // staticUrl='http://res.hw.hongweisoft.com/xushuo/';
|
|
|
- staticUrl='https://miniores.hw.hongweisoft.com/greattransition/staticfile';
|
|
|
+ baseUrl='https://greath5.dev.dazesoft.cn/serviceapi';
|
|
|
+ upFileUrl='http://fileupload.dev.dazesoft.cn/upload/single/minio';
|
|
|
+ // staticUrl='http://res.dev.dazesoft.cn/xushuo/';
|
|
|
+ staticUrl='https://miniores.dev.dazesoft.cn/greattransition/staticfile';
|
|
|
// #endif
|
|
|
|
|
|
//正式
|