update
1.更换部分模块接口
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user