fix: 第一版普遍修复完成。

This commit is contained in:
c
2026-03-21 15:56:53 +08:00
parent d88701f4ee
commit cc87985576
17 changed files with 218 additions and 93 deletions

View File

@@ -21,7 +21,7 @@ export const UserService = {
},
checkIsLogined() {
return get("/open/check-login");
return get("/auth/check-login");
},
/**
@@ -29,12 +29,12 @@ export const UserService = {
* 用于前端页面刷新后检测当前token是否有效
*/
checkLogin() {
return get("/open/check-login");
return get("/auth/check-login");
},
// 获取用户信息
getUserInfo() {
return get("/auth/getUserInfo");
return get("/auth/check-login");
},
getDynamicRouter() {