mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor(projects): 登录模块由query变更为动态路由params
This commit is contained in:
@ -46,7 +46,7 @@ function handleDropdown(optionKey: string) {
|
||||
negativeText: '取消',
|
||||
onPositiveClick: () => {
|
||||
resetAuthStorage();
|
||||
toLogin('pwd-login', 'current');
|
||||
toLogin();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user