flat: 暂存

This commit is contained in:
史典卓
2024-11-26 16:43:31 +08:00
parent 834c6c65fe
commit 0a9b0fe0ee
46 changed files with 1895 additions and 392 deletions

View File

@@ -55,6 +55,11 @@ export default [
path: '/system/dict-data/index/:id',
component: './System/DictData',
},
{
name: '字典数据',
path: '/system/admin-dict-data/index/:id',
component: './System/AdminDictData',
},
{
name: '分配用户',
path: '/system/role-auth/user/:id',
@@ -84,8 +89,8 @@ export default [
},
{
name: '编辑表',
path: '/tool/gen/edit',
component: './Tool/Gen/edit',
path: '/tool/gen/edit.tsx',
component: './Tool/Gen/edit.tsx',
},
]
},