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