feat: 新增导航目录
This commit is contained in:
28
.umirc.ts
28
.umirc.ts
@@ -12,7 +12,6 @@ export default defineConfig({
|
||||
title: '五味子云存储',
|
||||
},
|
||||
base: '/',
|
||||
browserslist: ['> 1%', 'last 2 versions'],
|
||||
routes: [
|
||||
{
|
||||
path: '/',
|
||||
@@ -38,6 +37,33 @@ export default defineConfig({
|
||||
path: '/table',
|
||||
component: './Table',
|
||||
},
|
||||
{
|
||||
name: ' 用户配置',
|
||||
path: '/user',
|
||||
component: './User',
|
||||
routes: [
|
||||
{
|
||||
name: ' 用户表',
|
||||
path: '/Users',
|
||||
component: './Users',
|
||||
},
|
||||
{
|
||||
name: ' 角色表',
|
||||
path: '/Role',
|
||||
component: './Role',
|
||||
},
|
||||
{
|
||||
name: ' 权限表',
|
||||
path: '/Permission',
|
||||
component: './Permission',
|
||||
},
|
||||
{
|
||||
name: ' 社会用户信息表',
|
||||
path: '/Social',
|
||||
component: './Social',
|
||||
},
|
||||
]
|
||||
},
|
||||
],
|
||||
npmClient: 'yarn',
|
||||
});
|
||||
|
Reference in New Issue
Block a user