Commit 7cf13bec authored by tanyang's avatar tanyang

oss配置

parent 397652f4
...@@ -368,6 +368,20 @@ export const dynamicRoutes = [ ...@@ -368,6 +368,20 @@ export const dynamicRoutes = [
} }
] ]
}, },
{
path: '/system/oss-config',
component: Layout,
hidden: true,
permissions: ['system:oss:list'],
children: [
{
path: 'index',
component: () => import('@/views/system/oss/config'),
name: 'OssConfig',
meta: { title: '配置管理', activeMenu: '/system/oss' }
}
]
},
{ {
path: '/tool/gen-edit', path: '/tool/gen-edit',
component: Layout, component: Layout,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment