|
@@ -10,7 +10,7 @@ let staticUrl= null // 静态文件地址
|
|
|
let redirectUri = null
|
|
|
// 本地
|
|
|
// #ifdef MP
|
|
|
- baseUrl='https://greath5.dev.gztjy.top/serviceapi';
|
|
|
+ baseUrl='https://greath5.dev.dazesoft.cn/serviceapi';
|
|
|
linkUrl='';
|
|
|
upFileUrl='';
|
|
|
staticUrl='';
|
|
@@ -18,10 +18,10 @@ let redirectUri = null
|
|
|
// #endif
|
|
|
// #ifdef H5
|
|
|
baseUrl='/api';
|
|
|
- linkUrl='https://greath5.dev.gztjy.top/distributionlink/link.html';
|
|
|
+ linkUrl='https://greath5.dev.dazesoft.cn/distributionlink/link.html';
|
|
|
upFileUrl='';
|
|
|
- staticUrl='https://greath5.dev.gztjy.top/distribution/static/';
|
|
|
- redirectUri= 'https://greath5.dev.gztjy.top/distribution/pages/login/index'
|
|
|
+ staticUrl='https://greath5.dev.dazesoft.cn/distribution/static/';
|
|
|
+ redirectUri= 'https://greath5.dev.dazesoft.cn/distribution/pages/login/index'
|
|
|
// #endif
|
|
|
|
|
|
// 打包用的
|
|
@@ -33,11 +33,11 @@ if (node_dev =='development') { // 分销测试
|
|
|
staticUrl='';
|
|
|
// #endif
|
|
|
// #ifdef H5
|
|
|
- baseUrl='https://greath5.dev.gztjy.top/serviceapi';
|
|
|
- linkUrl='https://greath5.dev.gztjy.top/distributionlink/link.html';
|
|
|
+ baseUrl='https://greath5.dev.dazesoft.cn/serviceapi';
|
|
|
+ linkUrl='https://greath5.dev.dazesoft.cn/distributionlink/link.html';
|
|
|
upFileUrl='h';
|
|
|
- staticUrl='https://greath5.dev.gztjy.top/distribution/static/';
|
|
|
- redirectUri= 'https://greath5.dev.gztjy.top/distribution/pages/login/index'
|
|
|
+ staticUrl='https://greath5.dev.dazesoft.cn/distribution/static/';
|
|
|
+ redirectUri= 'https://greath5.dev.dazesoft.cn/distribution/pages/login/index'
|
|
|
// #endif
|
|
|
}
|
|
|
if (node_dev =='production') { // 分销正式
|