210 lines
11 KiB
Markdown
210 lines
11 KiB
Markdown
# webconsole UI 重构清单
|
||
|
||
## 页面文案约束
|
||
|
||
- 页面内禁止出现“重构、迁移、兼容、旧系统、承接页、占位、开发中”等与使用者无关的描述
|
||
- 页面只保留业务信息、操作说明、状态提示
|
||
- 本规则适用于当前页面与后续所有开发
|
||
|
||
## 统计结果
|
||
|
||
- 基础路由:5
|
||
- 业务路由:144
|
||
- 合计路由页:149
|
||
|
||
## 2026-03-31 筛选下拉审计
|
||
|
||
- 审计范围:`Frontend/apps/src/router/routes/modules` 对应的全部路由页,以及 [重构清单.md](/Users/zuozuo/Desktop/HY/AppPlatform/Frontend/重构清单.md) 中登记的 `149` 个页面范围
|
||
- 路由组件实扫:`147` 个实际 `.vue` 路由页
|
||
- 初始高风险页:`56` 个
|
||
- 本轮批量修复:`50` 个路由页首轮收敛,剩余 `9` 个手工补齐
|
||
- 当前残留:`0` 个“筛选区仍使用 `SelectOption` 且可能出现无文案回显”的路由页
|
||
- 当前新增脚本:[fix-route-filter-selects.mjs](/Users/zuozuo/Desktop/HY/AppPlatform/Frontend/apps/scripts/fix-route-filter-selects.mjs#L1)
|
||
- 本轮重点补齐:`用户银行流水` 的“类型/事件”,以及运营管理、系统管理、团队管理、动态管理、App 系统管理里剩余的筛选下拉文案回显
|
||
- 本轮追加补齐:`用户银行卡提现现金申请`、`用户银行卡提现钻石申请` 的“卡片类型 / 类型 / 状态”,以及路由页里剩余的“类型”类下拉回显
|
||
|
||
## 基础路由(5项)
|
||
|
||
- [x] 登录页 | 路由: `/login`
|
||
- [x] 404页 | 路由: `/404`
|
||
- [x] 401页 | 路由: `/401`
|
||
- [x] 首页 | 路由: `/dashboard`
|
||
- [x] 用户详情 | 路由: `/common/user/deatils/:id`
|
||
|
||
## 团队管理(8项)
|
||
|
||
- [x] 团队政策 | 路由: `/team/team-policy`
|
||
- [x] 团队钻石政策 | 路由: `/team/team-diamond-policy`
|
||
- [x] 团队列表 | 路由: `/team/team-list`
|
||
- [x] 成员列表 | 路由: `/team/team/member`
|
||
- [x] 账单列表 | 路由: `/team/team/bill`
|
||
- [x] 成员工作 | 路由: `/team/team/member-work`
|
||
- [x] 成员审核日志 | 路由: `/team/team/application-process`
|
||
- [x] BD Lead | 路由: `/team/team/bd-lead`
|
||
|
||
## 动态管理(4项)
|
||
|
||
- [x] 标签列表 | 路由: `/dynamic/manager/dynamic/tag`
|
||
- [x] 权重配置 | 路由: `/dynamic/manager/dynamic/popular/config`
|
||
- [x] 用户动态 | 路由: `/dynamic/manager/user/dynamic/list`
|
||
- [x] 黑名单 | 路由: `/dynamic/manager/dynamic/blacklist`
|
||
|
||
## 家族管理(2项)
|
||
|
||
- [x] 家族配置 | 路由: `/family/manager/family_config`
|
||
- [x] 家族列表 | 路由: `/family/manager/family_list`
|
||
|
||
## 宠物管理(4项)
|
||
|
||
- [x] 宠物喂养记录 | 路由: `/pet/manager/feeding`
|
||
- [x] 豆子账户 | 路由: `/pet/manager/beans`
|
||
- [x] 豆子流水 | 路由: `/pet/manager/beans/running-water`
|
||
- [x] 宠物池 | 路由: `/pet/manager/pool`
|
||
|
||
## 道具管理(5项)
|
||
|
||
- [x] 道具赠送 | 路由: `/props/manager/props/send_tool`
|
||
- [x] 资源配置 | 路由: `/props/manager/props/config`
|
||
- [x] 道具资源组配置 | 路由: `/props/manager/props/props_source_group`
|
||
- [x] 活动道具规则配置 | 路由: `/props/manager/props/props-activity-rule-config`
|
||
- [x] 道具商店 | 路由: `/props/manager/props/props_store`
|
||
|
||
## 工具管理(5项)
|
||
|
||
- [x] 请求黑名单 | 路由: `/app/tools/request-blacklist`
|
||
- [x] 金币分析 | 路由: `/app/tools/gold-analyze`
|
||
- [x] Redis缓存管理 | 路由: `/redis`
|
||
- [x] 文件上传 | 路由: `/upload/file`
|
||
- [x] Socket测试 | 路由: `/socket`
|
||
|
||
## App系统管理(13项)
|
||
|
||
- [x] 登陆日志 | 路由: `/app/sys/mamange/login/logger`
|
||
- [x] 房间黑名单 | 路由: `/app/sys/mamange/log/blacklist`
|
||
- [x] 请求日志 | 路由: `/app/sys/mamange/log/api-request-log`
|
||
- [x] 靓号管理 A | 路由: `/app/sys/mamange/userSpecialId`
|
||
- [x] 靓号管理 B | 路由: `/app/sys/mamange/userSpecialId`
|
||
- [x] 文档管理 | 路由: `/app/sys/mamange/external/app_doc_interface`
|
||
- [x] IM通讯 | 路由: `/app/sys/mamange/external/im`
|
||
- [x] 版本管理 | 路由: `/app/sys/mamange/version`
|
||
- [x] 参数配置管理 | 路由: `/app/sys/mamange/enum/config`
|
||
- [x] 参数配置 | 路由: `/app/sys/mamange/enum/setting`
|
||
- [x] 内购产品配置V2 | 路由: `/app/sys/mamange/config/product/v2`
|
||
- [x] 封禁设备 | 路由: `/app/sys/mamange/archive/device`
|
||
- [x] 表情管理 | 路由: `/app/sys/mamange/emoji/config`
|
||
|
||
## 系统管理(5项)
|
||
|
||
- [x] 区域配置 | 路由: `/sys/manager/region/config`
|
||
- [x] 用户管理 | 路由: `/sys/manager/user`
|
||
- [x] 角色管理 | 路由: `/sys/manager/roles`
|
||
- [x] 菜单管理 | 路由: `/sys/manager/menus`
|
||
- [x] 资源管理 | 路由: `/sys/manager/resource`
|
||
|
||
## 统计管理(1项)
|
||
|
||
- [x] 数据大屏 | 路由: `/statistics/manager/datav`
|
||
|
||
## 运营管理(82项)
|
||
|
||
- [x] 代理活动 | 路由: `/operate/manager/agentActivity`
|
||
- [x] 金币余额 | 路由: `/operate/manager/gold-balance`
|
||
- [x] 自动发放工资凭据 | 路由: `/auto-salary-pay-record`
|
||
- [x] 用户银行卡提现现金申请 | 路由: `/withdraw-money-apply-page`
|
||
- [x] 用户银行卡提现钻石申请 | 路由: `/withdraw-diamond-apply-page`
|
||
- [x] 用户银行金币兑换申请 | 路由: `/user-bank-withdraw-gold-apply`
|
||
- [x] 用户银行卡钻石兑换金币申请 | 路由: `/user-bank-diamond-withdraw-gold-apply`
|
||
- [x] 用户银行账户 | 路由: `/user-bank-balance`
|
||
- [x] 用户银行流水 | 路由: `/user-running-water`
|
||
- [x] 客服列表 | 路由: `/customer-service`
|
||
- [x] CP申请 | 路由: `/operate/manager/cp`
|
||
- [x] PK记录 | 路由: `/game/pk`
|
||
- [x] 邀请用户日志 | 路由: `/operate/manager/invite-user-log`
|
||
- [x] 活动配置 | 路由: `/operate/manager/activity/cnf`
|
||
- [x] 活动模版 | 路由: `/operate/manager/activity/template`
|
||
- [x] 用户友谊卡配置 | 路由: `/sys/friendship-card`
|
||
- [x] 邀请用户配置 | 路由: `/sys/invite-user-rule`
|
||
- [x] 用户观看广告配置 | 路由: `/sys/user-advertising`
|
||
- [x] Ludo飞行棋 | 路由: `/game-ludo`
|
||
- [x] 置顶房间 | 路由: `/operate/manager/set-top-room`
|
||
- [x] 热门房间 | 路由: `/operate/manager/set-hot-room`
|
||
- [x] 退款扣除目标 | 路由: `/operate/manager/refund-deduct-tag-log`
|
||
- [x] 开通支付国家 A | 路由: `/operate/manager/pay/country`
|
||
- [x] 支付区域关系 | 路由: `/operate/manager/region/relation`
|
||
- [x] 应用管理 | 路由: `/operate/manager/pay/application`
|
||
- [x] 支付厂商 | 路由: `/operate/manager/pay/factory`
|
||
- [x] 支付渠道 | 路由: `/operate/manager/pay/channel`
|
||
- [x] 开通支付国家 B | 路由: `/operate/manager/open_pay/country`
|
||
- [x] 抽奖品配置 | 路由: `/operate/manager/cnf/lottery`
|
||
- [x] 货运代理 | 路由: `/operate/manager/user_freight`
|
||
- [x] BD列表 | 路由: `/operate/manager/room/business-development`
|
||
- [x] 邀请用户奖励记录 | 路由: `/operate/manager/user/invite-reward`
|
||
- [x] IM账号管理 | 路由: `/operate/manager/im/account/manager`
|
||
- [x] 用户签到 | 路由: `/operate/manager/check/in/log`
|
||
- [x] 用户列表 A(与 B 合并为同页双标签) | 路由: `/operate/manager/user`
|
||
- [x] 用户列表 B(与 A 合并为同页双标签) | 路由: `/operate/manager/user`
|
||
- [x] 用户最新设备列表 | 路由: `/operate/manager/user/user-device`
|
||
- [x] APP管理员 | 路由: `/operate/manager/administrator`
|
||
- [x] 订单补偿 | 路由: `/operate/manager/compensate`
|
||
- [x] 小工具 | 路由: `/operate/manager/tools/other`
|
||
- [x] 异常订单 | 路由: `/operate/manager/abnormal/log`
|
||
- [x] 货运代理流水 | 路由: `/operate/manager/user_freight_info_list`
|
||
- [x] 高产用户列表 | 路由: `/operate/manager/quality_users_list`
|
||
- [x] 金币收支记录 | 路由: `/operate/manager/running/water`
|
||
- [x] 内部操作金币 | 路由: `/operate/manager/inside-operation-gold`
|
||
- [x] 游戏券收支记录 | 路由: `/game/coupon/running/water`
|
||
- [x] 积分收支记录 | 路由: `/operate/manager/integral/stream`
|
||
- [x] 订单详情 | 路由: `/operate/manager/order/details`
|
||
- [x] 退款记录 | 路由: `/operate/manager/reimburse`
|
||
- [x] 礼物管理 | 路由: `/operate/manager/gift`
|
||
- [x] 抽奖概率配置 | 路由: `/game/lottery-config`
|
||
- [x] 徽章配置管理 | 路由: `/operate/manager/badge`
|
||
- [x] 靓号池管理 | 路由: `/operate/manager/beautiful-number`
|
||
- [x] 礼物赠送记录 | 路由: `/operate/manager/gift/history`
|
||
- [x] 房间贡献余额 | 路由: `/operate/manager/contribution/balance`
|
||
- [x] 消息推送 | 路由: `/operate/manager/push`
|
||
- [x] 在线房间 | 路由: `/operate/manager/online/room`
|
||
- [x] 房间资料信息 | 路由: `/operate/manager/profile/room`
|
||
- [x] 系统banner管理 | 路由: `/operate/manager/sys/banner`
|
||
- [x] 麦位类型管理 | 路由: `/operate/manager/mike/type`
|
||
- [x] 游戏列表 | 路由: `/operate/manager/game-config`
|
||
- [x] App启动页 | 路由: `/operate/manager/sys/start/page`
|
||
- [x] 系统公告管理 | 路由: `/operate/manager/notice/message`
|
||
- [x] 国家管理 | 路由: `/operate/manager/sys/country`
|
||
- [x] 用户道具流水 | 路由: `/running/water/user/props`
|
||
- [x] 用户钻石余额列表 | 路由: `/user/diamond-balance`
|
||
- [x] 用户钻石流水列表 | 路由: `/user/diamond-run-water`
|
||
- [x] 购买麦位类型流水 | 路由: `/operate/manager/mike/type/list`
|
||
- [x] 红包发送列表 | 路由: `/game/red/packet/record`
|
||
- [x] 用户活动领奖记录 | 路由: `/user/user-activity-receive`
|
||
- [x] 幸运礼物规则配置 | 路由: `/game/lucky-gift/rule-config/config`
|
||
- [x] 幸运礼物规格配置 | 路由: `/game/lucky-gift/standard-config/config`
|
||
- [x] 幸运礼物送礼记录 | 路由: `/game/lucky-gift/give-record`
|
||
- [x] LuckyBox抽奖记录 | 路由: `/game/lucky-box`
|
||
- [x] 摩天轮游戏每日数据 | 路由: `/game/fruit/log/fruit-days-log`
|
||
- [x] 摩天轮任务配置 | 路由: `/operate/manager/game/fruit/task-config`
|
||
- [x] 砸金蛋记录 | 路由: `/game/egg`
|
||
- [x] 炸金花 | 路由: `/game/teen-patti`
|
||
- [x] 用户申请靓号记录 | 路由: `/user/beautiful-number-apply`
|
||
- [x] 自定义名人堂 | 路由: `/activity/hall-fame`
|
||
- [x] 喇叭列表 | 路由: `/game/trumpet`
|
||
- [x] 房间支持活动 | 路由: `/activity/room/contribution`
|
||
|
||
## 审批管理(15项)
|
||
|
||
- [x] 头像审核 | 路由: `/approval/manager/user/avatatphoto/approval`
|
||
- [x] 昵称审核 | 路由: `/approval/manager/user/nickname/approval`
|
||
- [x] 照片墙审核 | 路由: `/approval/manager/user/photowall/approval`
|
||
- [x] 房间封面审批 | 路由: `/approval/manager/room/cover/approval`
|
||
- [x] 用户个性签名审批 | 路由: `/approval/manager/user/profile_desc/approval`
|
||
- [x] 房间通知审批 | 路由: `/approval/manager/room/notice/approval`
|
||
- [x] 房间名称审批 | 路由: `/approval/manager/room/nickanme/approval`
|
||
- [x] 房间主题审批 | 路由: `/approval/manager/room/theme/approval`
|
||
- [x] 举报管理 | 路由: `/approval/manager/report`
|
||
- [x] 意见反馈 | 路由: `/approval/manager/feedback`
|
||
- [x] 违规历史记录 | 路由: `/approval/manager/not_pass_history/table`
|
||
- [x] 家族头像审批 | 路由: `/approval/manager/family/approval`
|
||
- [x] 动态内容审批 | 路由: `/approval/manager/dynamic/content/approval`
|
||
- [x] 动态举报审批 | 路由: `/approval/manager/dynamic/report`
|
||
- [x] 用户银行卡审批 | 路由: `/approval/manager/user/bank-card/approval`
|