数据字典的前端学习~

This commit is contained in:
YunaiV
2019-03-15 13:39:47 +08:00
parent e7d0e3d1f0
commit b1e10dc507
7 changed files with 364 additions and 1 deletions

View File

@@ -51,6 +51,11 @@ export default [
name: 'role-list',
component: './Admin/RoleList',
},
{
path: '/admin/dictionary-list',
name: 'dictionary-list',
component: './Admin/DictionaryList',
},
],
},
{