feat:新增通知调试台和导入历史页

This commit is contained in:
2026-03-13 10:00:21 +08:00
parent 5d45ba4731
commit 601cbd7576
15 changed files with 1111 additions and 73 deletions

View File

@@ -8,7 +8,7 @@ const route = useRoute()
const router = useRouter()
const uiStore = useUiStore()
const currentTab = computed(() => route.name)
const currentTab = computed(() => route.meta?.tab || route.name)
const goTab = (name) => {
if (route.name === name) return