From 60f2d1761c0c5a5bcbded631cc761c160e6c77e6 Mon Sep 17 00:00:00 2001 From: jcgitadmin <> Date: Sun, 29 Dec 2024 14:34:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=B7=9F=E5=A4=A7=E5=A4=A7?= =?UTF-8?q?=E5=8E=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MainPageFooter.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MainPageFooter.vue b/src/components/MainPageFooter.vue index a21f9ee..20bdb83 100644 --- a/src/components/MainPageFooter.vue +++ b/src/components/MainPageFooter.vue @@ -32,7 +32,7 @@ import { reactive,ref } from "vue"; const menu = reactive([ { label: "首页", icon: "home", path: "/home" }, - // { label: "跟单", icon: "article", path: "/follow" }, + { label: "跟单", icon: "article", path: "/follow" }, { label: "合买", icon: "group", path: "/together" }, { label: "比分", icon: "scoreboard", path: "/score" }, { label: "我的", icon: "mood", path: "/my" }