This commit is contained in:
2023-09-15 17:14:36 +08:00
parent 0dcf23bfde
commit a626d36591
22 changed files with 383 additions and 206 deletions

View File

@@ -39,11 +39,18 @@ const teamList = data => req({
data: data
})
// 邀请码背景
const poster = (data) => req({
url: "user/posters",
data: data
})
export default ({
userIndex,
userSetup,
setting,
account,
miniShare,
teamList
teamList,
poster
})