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

This commit is contained in:
Jason
2022-08-16 15:14:15 +08:00
parent cfd5de3e8d
commit 5c69f7de97
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 = () => Layout
export const INDEX_ROUTE_NAME = Symbol()