From f2ef9272ed076bdca33d21b39bcc671e576553b3 Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期二, 27 九月 2022 11:30:04 +0800
Subject: [PATCH] 添加场景的 时间段的添加编辑删除 加请求字段devid

---
 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