重命名组件名称,增加用户地址查看api和页面、统一组件的props userId 变量名。

(cherry picked from commit 28951fb31d)
This commit is contained in:
绮梦
2023-08-25 11:27:47 +08:00
committed by shizhong
parent 41be920135
commit 72e494c532
11 changed files with 289 additions and 166 deletions

View File

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