update 修正 PR 相关问题

This commit is contained in:
疯狂的狮子li
2021-08-13 12:37:34 +08:00
parent c9f7314cd0
commit 824635df7f
13 changed files with 341 additions and 431 deletions

View File

@ -124,6 +124,19 @@ export const constantRoutes = [
}
]
},
{
path: '/system/oss-config',
component: Layout,
hidden: true,
children: [
{
path: 'index',
component: (resolve) => require(['@/views/system/oss/config'], resolve),
name: 'OssConfig',
meta: { title: '配置管理', activeMenu: '/system/oss'}
}
]
},
{
path: '/monitor/job-log',
component: Layout,