diff --git a/app.js b/app.js index 5510e9265..54514e686 100644 --- a/app.js +++ b/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()); diff --git a/public/vcCore/vcFramework.js b/public/vcCore/vcFramework.js index f2df8b303..59140ac0b 100644 --- a/public/vcCore/vcFramework.js +++ b/public/vcCore/vcFramework.js @@ -998,6 +998,7 @@ //绑定跳转函数 vcFramework.jumpToPage = function (url) { //判断 url 的模板是否 和当前url 模板一个 + console.log('jumpToPage',url); if (url.indexOf('#') < 0) { window.location.href = url; return;