From bed2b868ee6d4da23108b771c91379439f66e80a Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 4 Mar 2022 13:34:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=A7=8B=E5=BC=80=E5=8F=91=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 7 +++--- .../frame/viewMenuUser/viewMenuUser.html | 4 ++-- .../property/roomStructure/roomStructure.html | 13 +++++++++++ .../property/roomStructure/roomStructure.js | 23 +++++++++++++++++++ 4 files changed, 42 insertions(+), 5 deletions(-) create mode 100644 public/pages/property/roomStructure/roomStructure.html create mode 100644 public/pages/property/roomStructure/roomStructure.js diff --git a/app.js b/app.js index d76079451..107317d49 100755 --- a/app.js +++ b/app.js @@ -36,9 +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: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/components/frame/viewMenuUser/viewMenuUser.html b/public/components/frame/viewMenuUser/viewMenuUser.html index 5c57745f7..3f9b74ee7 100644 --- a/public/components/frame/viewMenuUser/viewMenuUser.html +++ b/public/components/frame/viewMenuUser/viewMenuUser.html @@ -9,8 +9,8 @@ -