作者 范庆奥

图片问题

... ... @@ -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';
... ...
... ... @@ -268,7 +268,8 @@ page {
.wxParse-img {
width: 100% !important;
margin: -30rpx auto 0 !important;
/* margin: -30rpx auto 0 !important; */
display: block;
}
.template image {
... ...
... ... @@ -124,5 +124,9 @@
}
]
}
},
"projectname": "binhaineigouopen",
"setting": {
"compileHotReLoad": true
}
}
\ No newline at end of file
... ...