fix: bug
Some checks failed
构建并部署前端到测试环境 / build-and-deploy (push) Has been cancelled

This commit is contained in:
sexygoat
2026-05-11 15:14:38 +08:00
parent 28246f5345
commit 52311fae0a
22 changed files with 547 additions and 1773 deletions

View File

@@ -24,7 +24,7 @@ pnpm dev:h5
http://localhost:5173/
```
**默认入口页面**: `pages/agent-system/index`
**默认入口页面**: `pages/agent-system/home/index`
---
@@ -85,7 +85,10 @@ http://localhost:5173/
```
src/pages/agent-system/
── index.vue # 主页面 (所有功能都在这里)
── home/index.vue # 当前首页入口
├── commission-center/index.vue # 佣金中心
├── withdraw/index.vue # 提现管理
└── ... # 其他独立业务页面
.claude/
├── AGENT-SYSTEM-DESIGN.md # 完整设计规范 (50+ 页)
@@ -135,7 +138,7 @@ src/pages/agent-system/
### 添加新菜单项
修改 `src/pages/agent-system/index.vue`:
当前实现已拆分为多页面,请修改对应业务页,例如 `src/pages/agent-system/home/index.vue`:
```vue
<script setup>