From 78797ee540141dee83e779be853be394c99fb9f4 Mon Sep 17 00:00:00 2001 From: jcgitadmin <> Date: Sun, 17 Nov 2024 20:34:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=B7=9F=E5=8D=95=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 20bdb83..a21f9ee 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" }