删除文件

master
zzy 2026-04-22 22:12:15 +08:00
parent 10a51855bf
commit 1703ff3846
1 changed files with 0 additions and 18 deletions

View File

@ -243,24 +243,6 @@ const remainingRouter: AppRouteRecordRaw[] = [
breadcrumb: false breadcrumb: false
} }
}, },
{
path: '/member',
component: Layout,
name: 'MemberCenter',
meta: { hidden: true },
children: [
{
path: 'user/detail/:id',
name: 'MemberUserDetail',
meta: {
title: '会员详情',
noCache: true,
hidden: true
},
component: () => import('@/views/member/user/detail/index.vue')
}
]
},
{ {
path: '/pay', path: '/pay',
component: Layout, component: Layout,