feat: 新增bbs排行榜功能
This commit is contained in:
@@ -106,6 +106,15 @@ const router = createRouter({
|
||||
title: "联系我们",
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
name:"money",
|
||||
path:"/money",
|
||||
component: () => import("../views/money/Index.vue"),
|
||||
meta: {
|
||||
title: "钱钱",
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user