生成数据字典代码.

This commit is contained in:
lijiahang
2023-10-18 15:06:45 +08:00
parent b83b212a4f
commit 284501b3fb
36 changed files with 1113 additions and 95 deletions

View File

@@ -11,6 +11,11 @@ const SYSTEM: AppRouteRecordRaw = {
path: '/system/menu',
component: () => import('@/views/system/menu/index.vue'),
},
{
name: 'systemDict',
path: '/system/dict',
component: () => import('@/views/system/dict/index.vue'),
},
],
};