优化前端组件名称定义.

This commit is contained in:
lijiahangmax
2024-03-07 23:00:34 +08:00
parent 13d883c223
commit 2fd069e1d5
56 changed files with 74 additions and 73 deletions

View File

@@ -6,7 +6,7 @@ const SYSTEM: AppRouteRecordRaw = {
component: DEFAULT_LAYOUT,
children: [
{
name: 'menu',
name: 'systemMenu',
path: '/menu',
component: () => import('@/views/system/menu/index.vue'),
},