bug修复

This commit is contained in:
jianzhichu
2025-11-30 21:33:18 +08:00
parent e42a004765
commit 50149a280b
57 changed files with 766 additions and 317 deletions
+1 -2
View File
@@ -16,8 +16,6 @@
</stepin-view>
</ThemeProvider>
<my-personal ref="personalRef" />
<!-- <email-set ref="emailRef" /> -->
<!-- <login-modal :unless="['/login']" /> -->
</template>
<script lang="ts" setup>
@@ -36,6 +34,7 @@ const { logout } = useAccountStore();
const showPersonalDrawer = ref<boolean>(false);
const personalRef = ref(null);
const emailRef = ref(null);
const open = ref(true);
const showSetting = ref(false);
const router = useRouter();