From 0e43ad2288b784cb3a5b0f84cf633f420d930fe8 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Sat, 12 Mar 2022 17:49:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 8 ++++---- public/pages/dev/jobManage/jobManage.html | 13 +++++-------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/app.js b/app.js index a4f1c7dc5..107317d49 100755 --- a/app.js +++ b/app.js @@ -36,10 +36,10 @@ let opts = { // app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts)); -app.use('/callComponent', proxy('http://proxy.homecommunity.cn:9034', opts)); -app.use('/app', proxy('http://proxy.homecommunity.cn:9034', opts)); -// app.use('/callComponent', proxy('http://proxy.homecommunity.cn:9011', opts)); -// app.use('/app', proxy('http://proxy.homecommunity.cn:9011', opts)); +// app.use('/callComponent', proxy('http://proxy.homecommunity.cn:9034', opts)); +// app.use('/app', proxy('http://proxy.homecommunity.cn:9034', opts)); +app.use('/callComponent', proxy('http://proxy.homecommunity.cn:9011', opts)); +app.use('/app', proxy('http://proxy.homecommunity.cn:9011', opts)); // app.use('/callComponent', proxy('http://127.0.0.1:8008', opts)); diff --git a/public/pages/dev/jobManage/jobManage.html b/public/pages/dev/jobManage/jobManage.html index 7e924ab77..73514fc16 100755 --- a/public/pages/dev/jobManage/jobManage.html +++ b/public/pages/dev/jobManage/jobManage.html @@ -12,20 +12,17 @@