隐藏跟单大厅
parent
34c4f70887
commit
78797ee540
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue