解决routerHelper.ts报错packageViews is not defined #165

pull/170/head^2
zhangdaiscott 2022-10-12 15:36:56 +08:00
parent 91bb10a861
commit d92041fa37
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import { warn } from '/@/utils/log';
import { createRouter, createWebHashHistory } from 'vue-router';
import { getTenantId, getToken } from '/@/utils/auth';
import { URL_HASH_TAB } from '/@/utils';
import { packageViews } from '/@/utils/monorepo/dynamicRouter';
import {useI18n} from "/@/hooks/web/useI18n";
export type LayoutMapKey = 'LAYOUT';