From 17e2cb23e7720ef1ba90d17456efae338eee4c4c Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期五, 02 九月 2022 03:28:07 +0800
Subject: [PATCH] 添加点位变更页面

---
 vue.config.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index 3dc4473..871f606 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -13,7 +13,7 @@
     // hotOnly: false, // 鐑洿鏂�
     proxy: {
       "/api": {
-        // target: "http://192.168.20.10:7004",
+        //  target: "http://192.168.20.10:7009",
         target: "http://192.168.20.115:7070",
         // target: "http://192.168.20.235:7070",
         //  target: "http://192.168.20.117:7080",
@@ -33,7 +33,7 @@
       },
 
       "/ws": {
-        target: "http://192.168.20.235:7070",
+        target: "http://192.168.20.115:7070",
         // ws: true,
         changeOrigin: true,
       },

--
Gitblit v1.8.0