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