This commit is contained in:
Double-_-Z 2024-12-18 14:37:54 +08:00
parent 016a01ba8d
commit 421300db39

View File

@ -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