完成决金箭调试

This commit is contained in:
kron
2025-07-06 00:42:10 +08:00
parent a2223d2b10
commit 0d21675013
7 changed files with 67 additions and 29 deletions

View File

@@ -56,7 +56,6 @@ onMounted(async () => {
updateConfig(config);
console.log("全局配置:", config);
const rankList = await getRankListAPI();
console.log("排位赛数据:", rankList);
updateRank(rankList);
const token = uni.getStorageSync("token");
if (token) {