From 421300db392d53c2d9be35ddfc803e511c6d468b Mon Sep 17 00:00:00 2001 From: Double-_-Z <2492419643@qq.com> Date: Wed, 18 Dec 2024 14:37:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/route.ts | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) 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