From 25c3c0a0c6cb8e3afecb187b0163b7ceecae2b57 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Tue, 24 Mar 2020 00:17:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=85=A5=E9=A9=BB=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- public/vcCore/vcFramework.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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;