zhibo/Zhibo/admin/UI界面分析报告.md

408 lines
14 KiB
Markdown
Raw Permalink Normal View History

2025-12-26 17:58:59 +08:00
# 管理端 UI 界面分析报告
> 📋 相关文档:[UI界面设计报告.md](./UI界面设计报告.md)
> 📝 更新时间2025-12-26
---
## 一、界面统计总览
### 1.1 总体数据
| 指标 | 数量 |
|------|------|
| views 目录总数 | 71 个 |
| Vue 页面文件总数 | 约 185 个 |
| 功能完整的界面 | 约 130 个 |
| 占位/空壳界面 | 约 15 个 |
| 重复/冗余界面 | 约 10 个 |
---
## 二、界面模块分类
### 2.1 用户管理模块 (6个目录, 15个页面)
| 目录 | 页面 | 功能 |
|------|------|------|
| `user/list/` | index, edit, userDetails, level | 用户列表、编辑、详情、等级 |
| `user/grade/` | index, creatGrade | 等级管理 |
| `user/group/` | index | 用户分组 |
| `user/chat/` | index | 用户聊天 |
| `user/notice/` | index | 用户通知 |
| `user/sign/` | index, list | 签到管理 |
### 2.2 直播房间模块 (4个目录, 5个页面)
| 目录 | 页面 | 功能 |
|------|------|------|
| `room/list/` | index | 房间列表 |
| `room/type/` | index | 房间类型 |
| `room/background/` | index | 房间背景 |
| `room/` | index | 房间入口 |
### 2.3 礼物管理模块 (4个目录, 5个页面)
| 目录 | 页面 | 功能 |
|------|------|------|
| `gift/` | index | 礼物管理 |
| `giftnum/` | index | 礼物数量 |
| `giftreward/record/` | index | 礼物打赏记录 |
| `financial/giftDetail/` | index | 礼物明细 |
### 2.4 财务管理模块 (18个目录, 22个页面)
| 目录 | 页面 | 功能 |
|------|------|------|
| `financial/withdraw/` | index | 提现管理 |
| `financial/coinDetail/` | index | 金币明细 |
| `financial/diamondDetail/` | index | 钻石明细 |
| `financial/charmDetail/` | index | 魅力值明细 |
| `financial/exchangeDetail/` | index | 兑换明细 |
| `financial/purchaseDetail/` | index | 购买明细 |
| `financial/receiveGiftDetail/` | index | 收礼明细 |
| `financial/rechargeOrder/` | index | 充值订单 |
| `financial/liveRecharge/` | index | 直播充值 |
| `financial/diamondRechargeAmount/` | index | 钻石充值金额 |
| `financial/withdrawAmount/` | index | 提现金额配置 |
| `financial/brokerage/` | index | 佣金管理 |
| `financial/operating/` | index | 运营数据 |
| `financial/order/` | index | 财务订单 |
| `financial/record/` | index | 财务记录 |
| `withdraw/pending/` | index | 待审核提现 |
| `withdraw/approved/` | index | 已审核提现 |
| `withdraw/amount/` | index | 提现金额 |
### 2.5 内容管理模块 (10个目录, 15个页面)
| 目录 | 页面 | 功能 |
|------|------|------|
| `dynamic/list/` | index | 动态列表 |
| `dynamic/comment/` | index | 动态评论 |
| `comment/dynamic/` | index | 评论管理(动态) |
| `comment/reply/` | index | 评论回复 |
| `content/article/` | list, edit | 文章管理 |
| `content/articleclass/` | list | 文章分类 |
| `banner/` | index | 轮播图管理 |
| `systemMessage/list/` | index | 系统消息 |
| `chatphrase/list/` | index | 聊天常用语 |
| `sensitiveWord/list/` | index | 敏感词管理 |
### 2.6 社交功能模块 (12个目录, 15个页面)
| 目录 | 页面 | 功能 |
|------|------|------|
| `family/list/` | index | 家族列表 |
| `family/level/` | index | 家族等级 |
| `family/member/` | index | 家族成员 |
| `fanGroup/list/` | index | 粉丝团 |
| `fans/` | index | 粉丝管理 |
| `follow/record/` | index | 关注记录 |
| `blacklist/` | index, user, room | 黑名单管理 |
| `session/list/` | index | 会话管理 |
| `couple/matchText/` | index | 夫妻相匹配 |
| `charm/level/` | index | 魅力等级 |
| `noble/` | index, list, edit | 贵族管理 |
| `level/user/` | index | 用户等级 |
### 2.7 装饰道具模块 (4个目录, 5个页面)
| 目录 | 页面 | 功能 |
|------|------|------|
| `mount/list/` | index | 坐骑列表 |
| `mount/order/` | index | 坐骑订单 |
| `mountpurchase/record/` | index | 坐骑购买记录 |
| `headwear/` | index | 头饰管理 |
### 2.8 运营活动模块 (10个目录, 12个页面)
| 目录 | 页面 | 功能 |
|------|------|------|
| `lottery/prize/` | index | 抽奖奖品 |
| `lottery/probability/` | index | 抽奖概率 |
| `noviceTask/list/` | index | 新手任务 |
| `noviceTask/signin/` | index | 签到任务 |
| `noviceTask/userTask/` | index | 用户任务 |
| `activity/platform/` | index | 平台活动 |
| `distribution/config/` | index | 分销配置 |
| `invite/list/` | index | 邀请管理 |
| `marketing/*` | 多个 | 营销活动(优惠券、秒杀等) |
| `exchange/record/` | index | 兑换记录 |
### 2.9 帮助反馈模块 (6个目录, 7个页面)
| 目录 | 页面 | 功能 |
|------|------|------|
| `help/feedback/` | index | 用户反馈 |
| `help/report/` | index | 举报管理 |
| `help/customerService/` | index | 客服联系方式 |
| `help/customerServiceGroup/` | index | 客服分组 |
| `reportFeedback/reportList/` | index | 举报列表 |
| `appeal/` | index | 申诉管理 |
### 2.10 代理管理模块 (3个目录, 4个页面)
| 目录 | 页面 | 功能 |
|------|------|------|
| `agent/list/` | index | 代理列表 |
| `agent/message/` | index | 代理消息 |
| `agent/withdraw/` | index | 代理提现 |
### 2.11 系统设置模块 (20个目录, 35个页面)
| 目录 | 页面 | 功能 |
|------|------|------|
| `systemSetting/administratorAuthority/` | 多个 | 权限管理 |
| `systemSetting/setting/` | index | 系统设置 |
| `systemSetting/notification/` | index | 通知设置 |
| `systemSetting/logistics/` | 多个 | 物流管理 |
| `systemSetting/deliverGoods/` | 多个 | 发货管理 |
| `maintain/user/` | index, update | 管理员管理 |
| `maintain/devconfig/` | 多个 | 开发配置 |
| `maintain/formConfig/` | index, edit | 表单配置 |
| `maintain/picture/` | index | 图片管理 |
| `maintain/schedule/` | 多个 | 定时任务 |
| `maintain/clearCache/` | index | 清除缓存 |
| `maintain/logistics/` | 多个 | 物流配置 |
| `config/params/` | index | 参数配置 |
| `clientVersion/list/` | index | 客户端版本 |
| `sms/*` | 多个 | 短信配置 |
| `appSetting/wxAccount/` | 多个 | 微信配置 |
| `chatPayConfig/list/` | index | 聊天付费配置 |
| `goldDiamondConfig/list/` | index | 金币钻石配置 |
| `auth/car/` | index | 车辆认证 |
| `certification/` | index | 认证管理 |
### 2.12 页面设计模块 (3个目录, 5个页面)
| 目录 | 页面 | 功能 |
|------|------|------|
| `design/devise/` | index, creatDevise | 装修设计 |
| `design/theme/` | index | 主题设置 |
| `design/viewDesign/` | index | 预览设计 |
### 2.13 其他模块 (10个目录, 15个页面)
| 目录 | 页面 | 功能 |
|------|------|------|
| `dashboard/` | index | 仪表盘 |
| `login/` | index, auth-redirect | 登录 |
| `order/` | index, orderDetail, orderSend | 订单管理 |
| `orderManage/list/` | index | 订单列表 |
| `store/*` | 多个 | 商品管理 |
| `error-page/` | 401, 404 | 错误页面 |
| `error-log/` | index | 错误日志 |
| `redirect/` | index | 重定向 |
| `mobile/*` | 多个 | 移动端相关 |
| `detail/` | index | 详情页 |
---
## 三、重复界面分析
### 3.1 敏感词管理(重复)
| 路径 | 状态 |
|------|------|
| `views/sensitive/index.vue` | 空壳/重复 |
| `views/sensitiveWord/list/index.vue` | ✅ 完整 |
### 3.2 举报管理(重复)
| 路径 | 状态 |
|------|------|
| `views/report/index.vue` | 空壳/重复 |
| `views/help/report/index.vue` | ✅ 完整 |
| `views/reportFeedback/reportList/index.vue` | ✅ 完整 |
### 3.3 评论管理(重复)
| 路径 | 状态 |
|------|------|
| `views/comment/index.vue` | 入口页 |
| `views/comment/dynamic/index.vue` | ✅ 完整 |
| `views/dynamic/comment/index.vue` | ✅ 完整(重复) |
### 3.4 任务管理(重复)
| 路径 | 状态 |
|------|------|
| `views/task/index.vue` | 空壳 |
| `views/newtask/index.vue` | 空壳 |
| `views/noviceTask/list/index.vue` | ✅ 完整 |
### 3.5 物流管理(重复)
| 路径 | 状态 |
|------|------|
| `views/maintain/logistics/` | 物流配置 |
| `views/systemSetting/logistics/` | 物流配置(重复) |
---
## 四、空壳/占位界面清单
以下界面仅有基础模板,无实际功能:
| 路径 | 说明 |
|------|------|
| `views/chatpay/index.vue` | 聊天付费(空壳) |
| `views/coinexchange/index.vue` | 金币兑换(空壳) |
| `views/giftnum/index.vue` | 礼物数量(空壳) |
| `views/interact/index.vue` | 互动(空壳) |
| `views/sysconfig/index.vue` | 系统配置(空壳) |
| `views/verifycode/index.vue` | 验证码(空壳) |
| `views/version/index.vue` | 版本(空壳) |
| `views/sensitive/index.vue` | 敏感词(重复) |
| `views/report/index.vue` | 举报(重复) |
| `views/task/index.vue` | 任务(重复) |
| `views/newtask/index.vue` | 新任务(空壳) |
---
## 五、界面完整度统计
| 评级 | 数量 | 占比 |
|------|------|------|
| ✅ 功能完整 | 130 | 70% |
| ⚠️ 基本可用 | 30 | 16% |
| ❌ 空壳/待开发 | 15 | 8% |
| 🔄 重复冗余 | 10 | 6% |
---
## 六、目录结构总览
```
views/
├── 用户管理
│ ├── user/ # 用户管理(6个子目录)
│ ├── level/ # 等级管理
│ ├── member/ # 会员管理
│ └── blacklist/ # 黑名单
├── 直播相关
│ ├── room/ # 房间管理(3个子目录)
│ ├── gift/ # 礼物管理
│ ├── giftreward/ # 礼物打赏
│ ├── mount/ # 坐骑管理
│ ├── mountpurchase/ # 坐骑购买
│ └── headwear/ # 头饰管理
├── 财务管理
│ ├── financial/ # 财务中心(17个子目录)
│ ├── withdraw/ # 提现管理(3个子目录)
│ ├── exchange/ # 兑换管理
│ └── goldDiamondConfig/ # 金币钻石配置
├── 内容管理
│ ├── dynamic/ # 动态管理
│ ├── comment/ # 评论管理
│ ├── content/ # 文章管理
│ ├── banner/ # 轮播图
│ ├── systemMessage/ # 系统消息
│ ├── chatphrase/ # 聊天常用语
│ └── sensitiveWord/ # 敏感词
├── 社交功能
│ ├── family/ # 家族管理(3个子目录)
│ ├── fanGroup/ # 粉丝团
│ ├── fans/ # 粉丝管理
│ ├── follow/ # 关注管理
│ ├── session/ # 会话管理
│ ├── couple/ # 夫妻相
│ ├── charm/ # 魅力管理
│ └── noble/ # 贵族管理
├── 运营活动
│ ├── lottery/ # 抽奖管理
│ ├── noviceTask/ # 新手任务
│ ├── activity/ # 平台活动
│ ├── distribution/ # 分销管理
│ ├── invite/ # 邀请管理
│ └── marketing/ # 营销活动(8个子目录)
├── 帮助反馈
│ ├── help/ # 帮助中心(4个子目录)
│ ├── reportFeedback/ # 举报反馈
│ └── appeal/ # 申诉管理
├── 代理管理
│ └── agent/ # 代理管理(3个子目录)
├── 系统设置
│ ├── systemSetting/ # 系统设置(5个子目录)
│ ├── maintain/ # 维护管理(7个子目录)
│ ├── config/ # 配置管理
│ ├── clientVersion/ # 客户端版本
│ ├── sms/ # 短信配置
│ ├── appSetting/ # 应用设置
│ ├── chatPayConfig/ # 聊天付费配置
│ ├── auth/ # 认证管理
│ └── certification/ # 认证审核
├── 页面设计
│ └── design/ # 页面设计(5个子目录)
├── 商品订单
│ ├── store/ # 商品管理
│ ├── order/ # 订单管理
│ └── orderManage/ # 订单列表
└── 其他
├── dashboard/ # 仪表盘
├── login/ # 登录
├── error-page/ # 错误页面
├── error-log/ # 错误日志
├── redirect/ # 重定向
├── mobile/ # 移动端
└── detail/ # 详情页
```
---
## 七、优化建议
### 7.1 建议删除的重复界面
| 路径 | 原因 |
|------|------|
| `views/sensitive/` | 与 sensitiveWord 重复 |
| `views/report/` | 与 reportFeedback 重复 |
| `views/task/` | 与 noviceTask 重复 |
| `views/newtask/` | 空壳,功能不明 |
### 7.2 建议合并的界面
| 原界面 | 合并为 |
|--------|--------|
| `dynamic/comment` + `comment/dynamic` | 统一评论管理 |
| `maintain/logistics` + `systemSetting/logistics` | 统一物流管理 |
| `help/report` + `reportFeedback` | 统一举报管理 |
### 7.3 建议完善的空壳界面
| 路径 | 建议 |
|------|------|
| `chatpay/index.vue` | 完善聊天付费功能 |
| `coinexchange/index.vue` | 完善金币兑换功能 |
| `giftnum/index.vue` | 完善礼物数量统计 |
| `interact/index.vue` | 完善互动功能 |
| `verifycode/index.vue` | 完善验证码管理 |
### 7.4 命名规范化建议
| 当前命名 | 建议命名 |
|----------|----------|
| `newtask` | `socialDynamic` |
| `giftnum` | `giftQuantity` |
| `chatpay` | `chatPayment` |
| `coinexchange` | `coinExchange` |
| `mountpurchase` | `mountPurchase` |
---
## 八、总结
### 8.1 界面分布
- 用户管理: 15个页面 (8%)
- 直播相关: 10个页面 (5%)
- 财务管理: 22个页面 (12%)
- 内容管理: 15个页面 (8%)
- 社交功能: 15个页面 (8%)
- 装饰道具: 5个页面 (3%)
- 运营活动: 12个页面 (6%)
- 帮助反馈: 7个页面 (4%)
- 代理管理: 4个页面 (2%)
- 系统设置: 35个页面 (19%)
- 页面设计: 5个页面 (3%)
- 商品订单: 10个页面 (5%)
- 其他: 30个页面 (16%)
### 8.2 优化后预期
- 删除重复界面后: 约 175 个页面
- 合并相似功能后: 约 165 个页面
- 完善空壳界面后: 功能完整率提升至 85%+
---
*报告生成完毕*