|
@@ -18,13 +18,13 @@ module.exports = {
|
|
|
},
|
|
},
|
|
|
//全局域名 部分html中需要单独替换 需要修改config中的网络请求域名
|
|
//全局域名 部分html中需要单独替换 需要修改config中的网络请求域名
|
|
|
publicYuMing() {
|
|
publicYuMing() {
|
|
|
- // return 'https://mxys.chuanghai-tech.com'
|
|
|
|
|
- return 'https://www.daweilinli.com'
|
|
|
|
|
|
|
+ return 'https://mxys.chuanghai-tech.com'
|
|
|
|
|
+ // return 'https://www.daweilinli.com'
|
|
|
},
|
|
},
|
|
|
//全局域名 部分html中需要单独替换 需要修改config中的网络请求域名
|
|
//全局域名 部分html中需要单独替换 需要修改config中的网络请求域名
|
|
|
publicYuMingAll() {
|
|
publicYuMingAll() {
|
|
|
- // return 'https://mxys.chuanghai-tech.com/sqx_fast'
|
|
|
|
|
- return 'https://www.daweilinli.com/sqx_fast'
|
|
|
|
|
|
|
+ return 'https://mxys.chuanghai-tech.com/sqx_fast'
|
|
|
|
|
+ // return 'https://www.daweilinli.com/sqx_fast'
|
|
|
},
|
|
},
|
|
|
minMoney() {
|
|
minMoney() {
|
|
|
return uni.getStorageSync("minMoney") ? uni.getStorageSync("minMoney") : '0.3'
|
|
return uni.getStorageSync("minMoney") ? uni.getStorageSync("minMoney") : '0.3'
|