feat: 全面重构首页UI,新增侧边栏、动态游戏列表及路单展示,并更新相关API。

This commit is contained in:
li
2026-01-17 19:28:42 +08:00
parent 71def0f3c7
commit 9da637b131
2 changed files with 545 additions and 246 deletions
+5 -1
View File
@@ -14,7 +14,7 @@ let api = {
},
// 注册
register: async (params) => {
console.log(params)
console.log(params)
return await ajax.post("/doregister", params);
},
// usdt申请提现
@@ -62,6 +62,10 @@ let api = {
return await ajax.post("/user_money", params);
},
getAllTable: async (params) => {
return await ajax.post("/all_table", params);
},
// --------------- https://qpapi.ez888.net/api/game -------------------
//第三方上分
gameUpper: async (params) => {