| | |
| | | import type { AuthPermissionInfo, Recordable, UserInfo } from '..\packages\types\src'; |
| | | import type { AuthPermissionInfo, Recordable, UserInfo } from '@vben/types'; |
| | | |
| | | import type { AuthApi } from '#/api'; |
| | | |
| | | import { ref } from 'vue'; |
| | | import { useRouter } from 'vue-router'; |
| | | |
| | | import { LOGIN_PATH } from '..\packages\constants\src'; |
| | | import { preferences } from '..\packages\preferences\src'; |
| | | import { resetAllStores, useAccessStore, useUserStore } from '..\packages\stores\src'; |
| | | import { LOGIN_PATH } from '@vben/constants'; |
| | | import { preferences } from '@vben/preferences'; |
| | | import { resetAllStores, useAccessStore, useUserStore } from '@vben/stores'; |
| | | |
| | | import { notification } from 'ant-design-vue'; |
| | | import { defineStore } from 'pinia'; |
| | |
| | | // oxlint-disable-next-line no-unused-expressions |
| | | onSuccess |
| | | ? await onSuccess?.() |
| | | : await router.push( |
| | | userInfo.homePath || preferences.app.defaultHomePath, |
| | | ); |
| | | : await router.push('/analytics'); |
| | | } |
| | | |
| | | if (userInfo?.nickname) { |