--引入i18包

This commit is contained in:
lai
2023-11-08 19:38:30 +08:00
parent 7eccfd6877
commit 72a6c78230
18 changed files with 110 additions and 73 deletions

View File

@@ -26,6 +26,8 @@ import { parseTreeKeys, parseTreeNodeKeys } from '@/utils/parse-tree-utils';
import { hasPermissions } from '@/plugins/auth-user';
import { MENU_PATH_INLINE } from '@/constants/menu-constants';
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
import useI18n from '@/hooks/useI18n';
const { t } = useI18n();
const { getDict } = useDictStore();
const router = useRouter();
const route = useRoute();