登录页优化

This commit is contained in:
2026-01-16 13:35:17 +08:00
parent 62dd79a2fc
commit 74bf170490
9 changed files with 922 additions and 240 deletions

View File

@@ -76,3 +76,7 @@ export function accountName(str) {
export function liveHostDetail(data) {
return postAxios({ url: 'api/save_data/live_host_detail', data })
}
export function revenueStats(hostId) {
return getAxios({ url: 'api/save_data/revenue_stats?displayId=' + hostId })
}