fix: 更新重置密码后跳转链接和开发环境API地址

修改重置密码后的跳转链接为'/gl',并更新开发环境API地址为http://123.60.153.169:8040/admin
This commit is contained in:
34701892@qq.com 2026-01-06 20:37:03 +08:00
parent ec3ae6bc3d
commit 0839060de2
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -217,7 +217,7 @@ async function handleRestPwd() {
restDialogVisible.value = false;
Session.clear(); //
window.location.href = '/'; //
window.location.href = '/gl'; //
}
});
}