显示跟大大厅

main
jcgitadmin 2024-12-29 14:34:39 +08:00
parent 78797ee540
commit 60f2d1761c
1 changed files with 1 additions and 1 deletions

View File

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