fix: wrong code
This commit is contained in:
parent
a37a16c70e
commit
0726067bff
@ -222,7 +222,7 @@ onMounted(() => {
|
||||
updateCheckedNumber();
|
||||
|
||||
// 全屏引导
|
||||
setTimeout(() => openGuide, 1000);
|
||||
setTimeout(openGuide, 1000);
|
||||
},
|
||||
);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user