...
|
...
|
@@ -49,12 +49,12 @@ App({ |
|
|
console.log(entrance_type);
|
|
|
if (entrance_type == '1' || url == '/getopenid/get' || url.indexOf('address') > -1 || url.indexOf('/wb/wb')>-1) {
|
|
|
//劳保商城入口
|
|
|
// baseUrl = 'https://binhai.w.broing.cn/api';
|
|
|
baseUrl = 'http://binhai.shs.broing.cn/api'
|
|
|
baseUrl = 'https://binhai.w.broing.cn/api';
|
|
|
// baseUrl = 'http://binhai.shs.broing.cn/api'
|
|
|
} else if (entrance_type == '2') {
|
|
|
//工会商城入口
|
|
|
// baseUrl = 'https://binhaigh.w.broing.cn/api';
|
|
|
baseUrl = 'http://gonghui.shs.broing.cn/api'
|
|
|
baseUrl = 'https://binhaigh.w.broing.cn/api';
|
|
|
//baseUrl = 'http://gonghui.shs.broing.cn/api'
|
|
|
} else if (entrance_type == '3') {
|
|
|
//办公入口
|
|
|
baseUrl = 'https://bgcb.w.broing.cn/api';
|
...
|
...
|
|