From f89c922c7f40425d53cfd4a80ab13ce818d9fdab Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期五, 15 七月 2022 15:41:25 +0800
Subject: [PATCH] 列表样式

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

diff --git a/vue.config.js b/vue.config.js
index bed67fb..3dc4473 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -14,7 +14,9 @@
     proxy: {
       "/api": {
         // target: "http://192.168.20.10:7004",
-        target: "http://192.168.20.174:7070",
+        target: "http://192.168.20.115:7070",
+        // target: "http://192.168.20.235:7070",
+        //  target: "http://192.168.20.117:7080",
         // secure: false,
         changeOrigin: true,
       },
@@ -22,13 +24,25 @@
       "/httpImage": {
         //target: "http://bsic.asuscomm.com:7003",
         // target: "http://222.128.87.51:7003",
-        target: "http://192.168.20.10:7009",
-        //  target: "http://192.168.20.117:7080",
+        // target: "http://192.168.20.10:7009",
         // target: "http://192.168.20.189:7009",
-        // target: "http://192.168.20.117:7080",
+        // target: "http://192.168.20.235:7070",
+        target: "http://192.168.20.115:7070",
 
         changeOrigin: true, //寮�鍚唬鐞�
       },
+
+      "/ws": {
+        target: "http://192.168.20.235:7070",
+        // ws: true,
+        changeOrigin: true,
+      },
+      /* 
+      "/api-v": {
+        target: "http://192.168.20.10:7009",
+        // ws: true,
+        changeOrigin: true,
+      }, */
     },
   },
 };

--
Gitblit v1.8.0