From 0839060de2c199e5b353aff4c770b86ae7a67866 Mon Sep 17 00:00:00 2001 From: "34701892@qq.com" <34701892@qq.com> Date: Tue, 6 Jan 2026 20:37:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E9=87=8D=E7=BD=AE?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E5=90=8E=E8=B7=B3=E8=BD=AC=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E5=92=8C=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83API=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改重置密码后的跳转链接为'/gl',并更新开发环境API地址为http://123.60.153.169:8040/admin --- .env.development | 4 ++-- src/layout/navBars/topBar/user.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index fc28a4e..2c48c7d 100644 --- a/.env.development +++ b/.env.development @@ -4,10 +4,10 @@ ENV = development # 本地环境接口地址 # VITE_API_URL = http://4155gf93ll13.vicp.fun/admin # VITE_API_URL = http://localhost:13579/admin -VITE_API_URL = https://cankao.cs.com.cn/admin +# VITE_API_URL = https://cankao.cs.com.cn/admin # VITE_API_URL = http://127.0.0.1:13579/admin -# VITE_API_URL = http://123.60.153.169:8040/admin +VITE_API_URL = http://123.60.153.169:8040/admin # VITE_API_URL = /api diff --git a/src/layout/navBars/topBar/user.vue b/src/layout/navBars/topBar/user.vue index 65bcc78..4b2a367 100644 --- a/src/layout/navBars/topBar/user.vue +++ b/src/layout/navBars/topBar/user.vue @@ -217,7 +217,7 @@ async function handleRestPwd() { restDialogVisible.value = false; Session.clear(); // 清除浏览器全部临时缓存 - window.location.href = '/'; // 去登录页 + window.location.href = '/gl'; // 去登录页 } }); }