code review:用户详情

(cherry picked from commit 1b6c9b2e29)
This commit is contained in:
YunaiV
2023-08-26 01:59:36 +08:00
committed by shizhong
parent 19e96f1d0d
commit e97a62fe06
14 changed files with 45 additions and 147 deletions

View File

@ -434,7 +434,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
meta: { hidden: true },
children: [
{
path: 'user/detail/:userId',
path: 'user/detail/:id',
name: 'MemberUserDetail',
meta: {
title: '会员详情',