From 0e6b157198c863df4d0c9dad9b27df5e7faba299 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期二, 17 十月 2023 17:27:08 +0800
Subject: [PATCH] 修改青羊后台学生列表编辑部门多选

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

diff --git a/vue.config.js b/vue.config.js
index 43e9f92..2284dab 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -19,7 +19,7 @@
     hotOnly: false,
     proxy: {
       '/api': {
-        target: 'http://localhost:8000',
+        target: 'http://192.168.3.228:8000',
         changeOrigin: true
       }
     }

--
Gitblit v1.8.0