This commit is contained in:
lcw
2025-09-15 12:24:21 +08:00
parent 64c1e28f71
commit 2d40736a96
2 changed files with 3 additions and 2 deletions

View File

@ -139,7 +139,6 @@ const pageData = reactive({
const Auth = ref(true)
onMounted(() => {
Auth.value = isAuth()
tabHeightFn();
});