feat(projects): mock添加权限过滤

This commit is contained in:
Soybean
2022-04-23 12:29:09 +08:00
parent 807448aec5
commit 7f4350aeb6
9 changed files with 109 additions and 35 deletions

View File

@ -8,7 +8,7 @@ const authDemo: AuthRoute.Route = {
path: '/auth-demo/permission',
component: 'self',
meta: {
title: '指令和权限切换',
title: '权限切换',
requiresAuth: true,
icon: 'ic:round-construction'
}