v0.5.5: 应急页 v0.5.4 + 移除IT设备升级 + admin登录修复 + 内容审核架构 + 知识库
This commit is contained in:
@@ -417,7 +417,7 @@ const tabs = [
|
||||
// ==========================================================================
|
||||
// 状态
|
||||
// ==========================================================================
|
||||
const activeTab = ref<'terminals' | 'leaks' | 'virus'>('terminals')
|
||||
const activeTab = ref<string>('terminals')
|
||||
const loading = ref(false)
|
||||
const connectionError = ref('')
|
||||
|
||||
@@ -675,7 +675,7 @@ function loadDemoVirusEvents(): void {
|
||||
// ==========================================================================
|
||||
// 标签页切换
|
||||
// ==========================================================================
|
||||
function switchTab(tab: 'terminals' | 'leaks' | 'virus'): void {
|
||||
function switchTab(tab: string): void {
|
||||
activeTab.value = tab
|
||||
currentPage.value = 1
|
||||
searchQuery.value = ''
|
||||
|
||||
Reference in New Issue
Block a user