From 187f70057558e0482e611131882451e0fedaf1cc Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期五, 27 六月 2025 17:13:32 +0800 Subject: [PATCH] xiug --- src/components/footer/footer.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/components/footer/footer.vue b/src/components/footer/footer.vue index 70240f0..fa5b70c 100644 --- a/src/components/footer/footer.vue +++ b/src/components/footer/footer.vue @@ -62,10 +62,13 @@ // 閫氳繃璺敱璺宠浆鍒ゆ柇閫変腑鐨勬牱寮� if (this.$route.name == "/") { this.active = 0; + this.currIndex = 0; } else if (this.$route.name == "myTextBook") { this.active = 1; + this.currIndex = 2; } else if (this.$route.name == "personalCenter") { this.active = 2; + this.currIndex = 3; } } }; -- Gitblit v1.9.1