CN-59 style:路由

This commit is contained in:
晶晶 张
2021-07-21 10:03:21 +08:00
parent 866af9c071
commit c5cdc498d0

View File

@@ -22,6 +22,10 @@ const routes = [
path: '/role',
component: () => import('@/views/settings/Roles')
},
{
path: '/i18n',
component: () => import('@/views/settings/I18n')
},
{
path: '/operationLog',
component: () => import('@/views/settings/OperationLog')