增加移动端,可以查看统计数据和日志

This commit is contained in:
jianzhichu
2025-12-11 22:16:03 +08:00
parent fc7886a76e
commit d0c4322907
16 changed files with 1531 additions and 164 deletions
+4 -1
View File
@@ -34,7 +34,7 @@ const { logout } = useAccountStore();
const showPersonalDrawer = ref<boolean>(false);
const personalRef = ref(null);
const emailRef = ref(null);
const open = ref(true);
const open = ref(false);
const showSetting = ref(false);
const router = useRouter();
@@ -117,6 +117,9 @@ onMounted(() => {
color: #722ed1 !important;
margin-left: 0em !important;
}
.ant-tabs-extra-content {
display: none !important;
}
}
html {