From 95ea74f1d9bcac556f30c8373f815be6c5de3263 Mon Sep 17 00:00:00 2001 From: Qing Date: Sat, 1 Jul 2023 14:13:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Home/Home.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Home/Home.vue b/src/components/Home/Home.vue index 3fd299a..3d8386a 100644 --- a/src/components/Home/Home.vue +++ b/src/components/Home/Home.vue @@ -533,8 +533,11 @@ export default { if(tab.name=="first"){ if(this.currentTabIndex!=null){ this. typeChangeFun(this.currentTabIndex); + }else { + this.ProjectLists(); } - this.ProjectLists(); + + } if (tab.name == "second") { if(this.currentTabIndex!=null){