1.更换部分模块接口
This commit is contained in:
2025-12-03 16:13:20 +08:00
parent 61e83f6c78
commit 593c8bfe0b
11 changed files with 123 additions and 74 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ export function toHomeByLogoutPath(nowPath: string) {
//缓存退出时的页面路径
export function setCurrentPath(nowPath) {
localStorage.setItem(LOGOUT_CURRENT_PATH, nowPath);
localStorage.setItem(LOGOUT_CURRENT_PATH, '/login');
}
export function getCurrentPath() {