diff --git a/src/router/route.ts b/src/router/route.ts index ba466f7..95bd01c 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -259,21 +259,21 @@ export const dynamicRoutes: Array = [ * */ // 应用管理 - { - 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 = [ // icon: 'ele-Document', // }, // }, - ] - }, + // ] + // }, /** * 业务模块end