From 527efb36f35b471710e445972673abff45bacdac Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期五, 12 九月 2025 17:36:09 +0800
Subject: [PATCH] 401跳转登录

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

diff --git a/laboratory/vue.config.js b/laboratory/vue.config.js
index 7a905e4..dc92e6a 100644
--- a/laboratory/vue.config.js
+++ b/laboratory/vue.config.js
@@ -11,7 +11,7 @@
     proxy: {
       "/": {
         // 设置以什么前缀开头的请求用来代理
-        target: "http://192.168.110.34:11223", //要访问的跨域的域名
+        target: "http://192.168.110.34:11221", //要访问的跨域的域名
         secure: false, // 使用的是http协议则设置为false,https协议则设置为true
         changeOrigin: true, //开启代理
         pathRewrite: {

--
Gitblit v1.7.1