调整
This commit is contained in:
parent
016a01ba8d
commit
421300db39
@ -259,21 +259,21 @@ export const dynamicRoutes: Array<RouteRecordRaw> = [
|
||||
*
|
||||
*/
|
||||
// 应用管理
|
||||
{
|
||||
path: '/apply',
|
||||
name: 'apply',
|
||||
component: () => import('/@/views/service/apply/index.vue'),
|
||||
meta: {
|
||||
title: 'message.router.apply',
|
||||
isLink: '',
|
||||
isHide: false,
|
||||
isKeepAlive: true,
|
||||
isAffix: false,
|
||||
isIframe: false,
|
||||
roles: ['admin', 'common'],
|
||||
icon: 'iconfont icon-crew_feature',
|
||||
},
|
||||
children: [
|
||||
// {
|
||||
// path: '/apply',
|
||||
// name: 'apply',
|
||||
// component: () => import('/@/views/service/apply/index.vue'),
|
||||
// meta: {
|
||||
// title: 'message.router.apply',
|
||||
// isLink: '',
|
||||
// isHide: false,
|
||||
// isKeepAlive: true,
|
||||
// isAffix: false,
|
||||
// isIframe: false,
|
||||
// roles: ['admin', 'common'],
|
||||
// icon: 'iconfont icon-crew_feature',
|
||||
// },
|
||||
// children: [
|
||||
// {
|
||||
// path: '/apply/detail',
|
||||
// name: 'applyDetail',
|
||||
@ -289,8 +289,8 @@ export const dynamicRoutes: Array<RouteRecordRaw> = [
|
||||
// icon: 'ele-Document',
|
||||
// },
|
||||
// },
|
||||
]
|
||||
},
|
||||
// ]
|
||||
// },
|
||||
|
||||
/**
|
||||
* 业务模块end
|
||||
|
Loading…
Reference in New Issue
Block a user