This commit is contained in:
2025-08-13 17:55:20 +08:00
parent c11a5bdbc5
commit 0abc0262d1
4 changed files with 31 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ const smartAxios = axios.create({
// 退出系统
function logout() {
useUserStore().logout();
location.href = '/';
location.href = '/admin/web';
}
// ================================= 请求拦截器 =================================