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'; // 去登录页 } }); }