From edef6ae8f59823258ce610c9074d32e698958b51 Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期四, 28 七月 2022 15:30:44 +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