处理登陆

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

View File

@@ -297,6 +297,9 @@
if (token) {
uni.showTabBar()
isLoggedIn.value = true;
}else{
uni.hideTabBar()
isLoggedIn.value = false;
}
}
onMounted(() => {