From a689af1348938afd3b4506aad9b6d5057193e25d Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期五, 27 五月 2022 09:59:00 +0800
Subject: [PATCH] bug修复

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

diff --git a/vue.config.js b/vue.config.js
index 719e360..b70d2fa 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -23,10 +23,9 @@
       "/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.117:7080",
 
         changeOrigin: true, //寮�鍚唬鐞�
       },

--
Gitblit v1.8.0