处理登陆
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user