diff --git a/src/modules/[chain]/uptime/index.vue b/src/modules/[chain]/uptime/index.vue index cd5c0ada..40a2a657 100644 --- a/src/modules/[chain]/uptime/index.vue +++ b/src/modules/[chain]/uptime/index.vue @@ -99,7 +99,9 @@ const commits2 = computed(() => { onUnmounted(() => { live.value = false; }); -const tab = ref(window.location.hash.search("block")>-1?"2":"3") + +//const tab = ref(window.location.hash.search("block")>-1?"2":"3") +const tab = ref("2") function changeTab(v: string) { tab.value = v }