This commit is contained in:
2024-03-30 00:05:07 +08:00
parent 51c708f9fa
commit 52b63a757f
7 changed files with 176 additions and 64 deletions

View File

@@ -59,7 +59,6 @@ const codeRefreshInterval = ref(30);
onLoad(() => {
generateCode();
console.log('------->>>',userInfo.value)
setInterval(() => {
codeRefreshInterval.value -= 1;