fix 修复i18n无感刷新问题

This commit is contained in:
LiuHao
2024-01-11 15:26:37 +08:00
parent 5910032908
commit 4ea7376dbc
4 changed files with 5 additions and 5 deletions

View File

@ -92,11 +92,11 @@ import SearchMenu from './TopBar/search.vue';
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();