This commit is contained in:
2026-04-27 14:49:00 +08:00
parent 59471a655c
commit 69c66046b2
18 changed files with 777 additions and 128 deletions

View File

@@ -118,7 +118,23 @@
"path": "pages/rewardsDetails",
"type": "page",
"layout": "page",
"title": "收益明细",
"title": "代理奖励收益明细",
"agent": true,
"auth": true
},
{
"path": "pages/subordinateDetail",
"type": "page",
"layout": "page",
"title": "下级贡献详情",
"agent": true,
"auth": true
},
{
"path": "pages/subordinateList",
"type": "page",
"layout": "page",
"title": "我的下级",
"agent": true,
"auth": true
},