mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2026-01-12 05:01:39 +08:00
refactor: 重构及优化应用管理
This commit is contained in:
@@ -135,7 +135,7 @@ const logout = () => {
|
||||
onBeforeOk: async () => {
|
||||
try {
|
||||
await userStore.logout()
|
||||
router.replace('/login')
|
||||
await router.replace('/login')
|
||||
return true
|
||||
} catch (error) {
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user