修改格式

This commit is contained in:
liuyuan
2025-03-03 09:14:39 +08:00
parent 6c8a59f29b
commit 0020a80506
2 changed files with 15 additions and 26 deletions

View File

@@ -591,7 +591,6 @@
},
})
.then(async (res) => {
console.log("获取服务器时间");
if (res.code == 0) {
time = res.serverTime;
} else {