CN-57 fix:role页面空白问题

This commit is contained in:
chenjinsong
2021-07-15 19:21:53 +08:00
parent 5d40a941f0
commit 091675265d

View File

@@ -19,7 +19,7 @@ const routes = [
component: () => import('@/views/settings/User')
},
{
path: '/roles',
path: '/role',
component: () => import('@/views/settings/Roles')
},
{