隐藏跟单大厅

main
jcgitadmin 2024-11-17 20:34:22 +08:00
parent 34c4f70887
commit 78797ee540
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" }