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" }