mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
加入初始化页面
This commit is contained in:
parent
e88b570c3a
commit
e64384827b
4
app.js
4
app.js
@ -31,8 +31,8 @@ let opts = {
|
||||
}
|
||||
|
||||
//app.use('/callComponent',proxy('http://192.168.0.104:8012',opts));
|
||||
//app.use('/callComponent',proxy('http://hc.demo.winqi.cn:8012',opts));
|
||||
app.use('/callComponent',proxy('http://10.10.10.6:8012',opts));
|
||||
app.use('/callComponent',proxy('http://hc.demo.winqi.cn:8012',opts));
|
||||
//app.use('/callComponent',proxy('http://10.10.10.6:8012',opts));
|
||||
|
||||
//app.listen(3000);
|
||||
app.use(express.json());
|
||||
|
||||
@ -37,6 +37,7 @@
|
||||
);
|
||||
},
|
||||
_validateHasStore: function (_param) {
|
||||
console.log("_param",_param);
|
||||
var param = {
|
||||
params:{
|
||||
_uId:'ccdd00opikookjuhyyttvhnnjuuu'
|
||||
@ -51,9 +52,9 @@
|
||||
}else{
|
||||
vc.jumpToPage("/initCompany.html#/company");
|
||||
}
|
||||
}, function () {
|
||||
}, function (e) {
|
||||
console.log('请求失败处理');
|
||||
vc.jumpToPage(_param.url);
|
||||
vc.jumpToPage("/initCompany.html#/company");
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user