From dcad606375e1c4884552a90e7410b3bd1c2d6915 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: Sat, 1 Oct 2022 01:28:47 +0800
Subject: [PATCH] =?UTF-8?q?=E5=81=9C=E8=BD=A6=E5=9C=BA=E5=8A=A0=E5=85=A5?=
=?UTF-8?q?=E6=9D=83=E9=99=90=E7=AE=A1=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app.js | 20 +++++++++----------
.../parkingAreaManage/parkingAreaManage.html | 8 ++++----
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/app.js b/app.js
index 0eb959707..ae8bc7d5d 100755
--- a/app.js
+++ b/app.js
@@ -32,13 +32,13 @@ let opts = {
}
-// app.use('/callComponent', proxy('http://192.168.100.108:8088', opts));
-// app.use('/app', proxy('http://192.168.100.108:8088', opts));
-// app.use('/ws', createProxyMiddleware({
-// target: 'http://192.168.100.108:8008',
-// changeOrigin: true,
-// ws: true
-// }));
+app.use('/callComponent', proxy('http://192.168.100.108:8088', opts));
+app.use('/app', proxy('http://192.168.100.108:8088', opts));
+app.use('/ws', createProxyMiddleware({
+ target: 'http://192.168.100.108:8008',
+ changeOrigin: true,
+ ws: true
+}));
// app.use('/callComponent', proxy('http://ynwyht.dk55.com:8008', opts));
// app.use('/app', proxy('http://ynwyht.dk55.com:8008', opts));
@@ -48,9 +48,9 @@ let opts = {
// ws: true
// }));
-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/pages/property/parkingAreaManage/parkingAreaManage.html b/public/pages/property/parkingAreaManage/parkingAreaManage.html
index f01972ff9..c7973125e 100755
--- a/public/pages/property/parkingAreaManage/parkingAreaManage.html
+++ b/public/pages/property/parkingAreaManage/parkingAreaManage.html
@@ -50,7 +50,7 @@