| | |
| | | import useAppStore from '@/store/modules/app'; |
| | | import useUserStore from '@/store/modules/user'; |
| | | import useSettingsStore from '@/store/modules/settings'; |
| | | import useNoticeStore from '@/store/modules/notice'; |
| | | import { getTenantList } from '@/api/login'; |
| | | import { dynamicClear, dynamicTenant } from '@/api/system/tenant'; |
| | | import { TenantVO } from '@/api/types'; |
| | | import notice from './notice/index.vue'; |
| | | import useNoticeStore from '@/store/modules/notice'; |
| | | |
| | | const appStore = useAppStore(); |
| | | const userStore = useUserStore(); |