尝试解决菜单重新渲染问题

This commit is contained in:
Jason
2022-08-16 15:23:08 +08:00
parent c605c61a21
commit 855c97d085
63 changed files with 62 additions and 62 deletions

View File

@@ -17,7 +17,7 @@ import type { RouteRecordRaw } from 'vue-router'
import { PageEnum } from '@/enums/pageEnum'
import Layout from '@/layout/default/index.vue'
export const LAYOUT = Layout
export const LAYOUT = () => Promise.resolve(Layout)
export const INDEX_ROUTE_NAME = Symbol()