fix: the exception when using authorize inject function; 🐛
修复:使用权限校验注入功能时出现的异常;
This commit is contained in:
@@ -82,6 +82,9 @@ const options = {
|
||||
{
|
||||
path: 'query',
|
||||
name: '查询表格',
|
||||
meta: {
|
||||
authority: 'queryForm',
|
||||
},
|
||||
component: () => import('@/pages/list/QueryList'),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user