From d92041fa37137a26c9653fcbd6b0063477ff8be3 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Wed, 12 Oct 2022 15:36:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3routerHelper.ts=E6=8A=A5?= =?UTF-8?q?=E9=94=99packageViews=20is=20not=20defined=20#165?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/helper/routeHelper.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/router/helper/routeHelper.ts b/src/router/helper/routeHelper.ts index 9ffa694..7f80c17 100644 --- a/src/router/helper/routeHelper.ts +++ b/src/router/helper/routeHelper.ts @@ -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';