处理登陆

This commit is contained in:
2026-01-17 02:39:06 +08:00
parent 32993ff52c
commit f9c2f2a968
7 changed files with 11 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -167,6 +167,9 @@ const _sfc_main = {
if (token) {
common_vendor.index.showTabBar();
isLoggedIn.value = true;
} else {
common_vendor.index.hideTabBar();
isLoggedIn.value = false;
}
};
common_vendor.onMounted(() => {