服务日志功能开发
This commit is contained in:
@@ -201,6 +201,28 @@ export default [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/log',
|
||||
name: '日志管理',
|
||||
component: Layout,
|
||||
meta: {
|
||||
i18n: 'index',
|
||||
isTab: false,
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'index/:type/:id',
|
||||
name: '添加/修改日志log',
|
||||
meta: {
|
||||
i18n: 'index',
|
||||
isTab: false,
|
||||
},
|
||||
props: true,
|
||||
component: () => import(
|
||||
/* webpackChunkName: "views" */ '@/views/tenant/main/serve/Dialog/addLog')
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/recommend',
|
||||
name: '推荐管理',
|
||||
|
||||
Reference in New Issue
Block a user