路由冲突

This commit is contained in:
Double-_-Z 2024-12-20 11:39:22 +08:00
parent 421300db39
commit a97d36e9a4

View File

@ -259,21 +259,21 @@ export const dynamicRoutes: Array<RouteRecordRaw> = [
*
*/
// 应用管理
// {
// 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<RouteRecordRaw> = [
// icon: 'ele-Document',
// },
// },
// ]
// },
]
},
/**
* end