From 9693df6e26ab3971c3a3f3e111a1cc4842c54f88 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 5 Jul 2022 16:08:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BA=A7=E5=93=81=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/components/mainContent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/components/mainContent.vue b/examples/components/mainContent.vue index a25a1985..21263086 100644 --- a/examples/components/mainContent.vue +++ b/examples/components/mainContent.vue @@ -21,7 +21,7 @@ export default { ...mapState(['apps']), currentTab() { let {name, query, hash} = this.$route - return [name?.replace(query?.id, ''), query?.id, hash].join("") + return [name?.replace(query?.id, ''), query?.id, hash].join("") || "0" } }, data() {