完成决金箭调试
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user