fix: the exception when using authorize inject function; 🐛

修复:使用权限校验注入功能时出现的异常;
This commit is contained in:
chenghongxing
2020-08-10 11:54:16 +08:00
parent f14936f2bf
commit 23cf2fab0b
2 changed files with 6 additions and 3 deletions

View File

@@ -82,6 +82,9 @@ const options = {
{
path: 'query',
name: '查询表格',
meta: {
authority: 'queryForm',
},
component: () => import('@/pages/list/QueryList'),
},
{