处理登陆
This commit is contained in:
@@ -297,6 +297,9 @@
|
||||
if (token) {
|
||||
uni.showTabBar()
|
||||
isLoggedIn.value = true;
|
||||
}else{
|
||||
uni.hideTabBar()
|
||||
isLoggedIn.value = false;
|
||||
}
|
||||
}
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user