2
0

fix:路由信息修改

This commit is contained in:
zhongzm
2025-01-10 16:54:56 +08:00
parent 7133fe84e4
commit 98291bfec7

View File

@@ -216,8 +216,8 @@ export const generatedRoutes: GeneratedRoute[] = [
/**自定义静态菜单 */ /**自定义静态菜单 */
export const customRoutes: GeneratedRoute[] = [ export const customRoutes: GeneratedRoute[] = [
{ {
name:'recharge', name:'recharge_rechargeservice',
path:'/recharge', path:'/recharge/rechargeservice',
component:'layout.base', component:'layout.base',
meta:{ meta:{
title:'充值', title:'充值',
@@ -235,7 +235,7 @@ export const customRoutes: GeneratedRoute[] = [
i18nKey: 'view.recharge_rechargeservice', i18nKey: 'view.recharge_rechargeservice',
icon: 'material-symbols:filter-list-off', icon: 'material-symbols:filter-list-off',
order: 1, order: 1,
//hideInMenu: true hideInMenu: true
}, },
}, },
{ {
@@ -247,6 +247,7 @@ export const customRoutes: GeneratedRoute[] = [
i18nKey: 'view.recharge_balancerecharge', i18nKey: 'view.recharge_balancerecharge',
icon: 'material-symbols:filter-list-off', icon: 'material-symbols:filter-list-off',
order: 1, order: 1,
hideInMenu: true
}, },
}, },
{ {
@@ -258,6 +259,7 @@ export const customRoutes: GeneratedRoute[] = [
i18nKey: 'view.recharge_package', i18nKey: 'view.recharge_package',
icon: 'material-symbols:filter-list-off', icon: 'material-symbols:filter-list-off',
order: 1, order: 1,
hideInMenu: true
}, },
}, },
], ],