From a97d36e9a48cec90afc6b10a61de7d3f2a6f9851 Mon Sep 17 00:00:00 2001 From: Double-_-Z <2492419643@qq.com> Date: Fri, 20 Dec 2024 11:39:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E5=86=B2=E7=AA=81?= 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 95bd01c..ba466f7 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