feat: 接入大屏修复bug
This commit is contained in:
@@ -58,7 +58,7 @@ export const useAuthStore = defineStore('auth', () => {
|
||||
} else {
|
||||
onSuccess
|
||||
? await onSuccess?.()
|
||||
: await router.push(preferences.app.defaultHomePath);
|
||||
: await router.push('/navigation');
|
||||
}
|
||||
|
||||
if (userInfo?.realName) {
|
||||
|
Reference in New Issue
Block a user