fix: 去除开站引导

This commit is contained in:
TsMask
2025-04-09 15:16:05 +08:00
parent ccfee93a91
commit efec69eb28
3 changed files with 20 additions and 20 deletions

View File

@@ -57,7 +57,7 @@ function fnGuideDone() {
.then(res => {
if (res.code === RESULT_CODE_SUCCESS) {
removeToken();
useAppStore().bootloader = false;
// useAppStore().bootloader = false;
}
})
.finally(() => {