From e01dc8708284e34fb86de1ad29d6b6ece949452c Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123 <819527061@qq.com>
Date: 星期三, 04 一月 2023 09:10:39 +0800
Subject: [PATCH] 1

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

diff --git a/vue.config.js b/vue.config.js
index 419778d..5921df5 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -5,7 +5,8 @@
     devServer: {
         proxy: {
             '/api':{
-                target:'http://192.168.0.146',
+                target:'http://183.196.93.178',
+                //target:'http://127.0.0.1',
                 changeOrigin:true,
                 pathRewrite:{
                     '/api':''
@@ -13,4 +14,4 @@
             }
         }
     }
-}
\ No newline at end of file
+}

--
Gitblit v1.9.1