This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user