From 48d81f16c7cdaa64c591f2e477cea769f0b0d130 Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Fri, 26 May 2023 08:04:40 +0800 Subject: [PATCH] change default view --- src/modules/[chain]/uptime/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }