mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 06:07:24 +08:00
优化入驻报错问题
This commit is contained in:
parent
47d898a2d7
commit
25c3c0a0c6
2
app.js
2
app.js
@ -32,7 +32,7 @@ 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://8012syj.nps.winqi.cn',opts));
|
||||
app.use('/callComponent',proxy('http://10.10.10.6:8012',opts));
|
||||
|
||||
//app.listen(3000);
|
||||
app.use(express.json());
|
||||
|
||||
@ -998,6 +998,7 @@
|
||||
//绑定跳转函数
|
||||
vcFramework.jumpToPage = function (url) {
|
||||
//判断 url 的模板是否 和当前url 模板一个
|
||||
console.log('jumpToPage',url);
|
||||
if (url.indexOf('#') < 0) {
|
||||
window.location.href = url;
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user