From 92492680e13118c1b8aa71caef97870e035d7147 Mon Sep 17 00:00:00 2001 From: "1098226878@qq.com" <1098226878@qq.com> Date: Thu, 13 Jan 2022 10:50:38 +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 | 16 ++--- .../admin/editCouponPool/editCouponPool.html | 10 +-- .../parkingAreaControlVideo.html | 3 + .../parkingAreaControlVideo.js | 13 ++++ .../unlicensedCarMachineQrCode.html | 24 +++++++ .../unlicensedCarMachineQrCode.js | 72 +++++++++++++++++++ .../couponDetailManage.html | 6 +- .../couponPoolManage/couponPoolManage.html | 4 +- 8 files changed, 129 insertions(+), 19 deletions(-) create mode 100644 public/components/property/unlicensedCarMachineQrCode/unlicensedCarMachineQrCode.html create mode 100644 public/components/property/unlicensedCarMachineQrCode/unlicensedCarMachineQrCode.js diff --git a/app.js b/app.js index 8759bb48e..e5172f2c6 100755 --- a/app.js +++ b/app.js @@ -31,17 +31,17 @@ let opts = { } -//app.use('/callComponent',proxy('https://app.demo.winqi.cn/',opts)); -//app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts)); -//app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts)); +// app.use('/callComponent',proxy('https://app.demo.winqi.cn/',opts)); +// app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts)); +// app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts)); - //app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts)); - //app.use('/app',proxy('http://api.demo.winqi.cn:8012',opts)); + app.use('/callComponent',proxy('http://owner.homecommunity.cn:8008',opts)); + app.use('/app',proxy('http://owner.homecommunity.cn:8008',opts)); -app.use('/callComponent',proxy('http://127.0.0.1:8008',opts)); -app.use('/app',proxy('http://127.0.0.1:8008',opts)); -app.use('/ws',proxy('http://127.0.0.1:8008',opts)); +// app.use('/callComponent',proxy('http://127.0.0.1:8008',opts)); +// app.use('/app',proxy('http://127.0.0.1:8008',opts)); +// app.use('/ws',proxy('http://127.0.0.1:8008',opts)); // app.use('/callComponent',proxy('http://192.168.1.106:8012',opts)); // app.use('/app',proxy('http://192.168.1.106:8012',opts)); diff --git a/public/components/admin/editCouponPool/editCouponPool.html b/public/components/admin/editCouponPool/editCouponPool.html index e4548d5b9..0f5f4c5a8 100644 --- a/public/components/admin/editCouponPool/editCouponPool.html +++ b/public/components/admin/editCouponPool/editCouponPool.html @@ -10,7 +10,7 @@