feat: 新增bbs排行榜功能

This commit is contained in:
橙子
2024-08-09 22:39:27 +08:00
parent b30e2f0cc0
commit 1c7486a7bc
8 changed files with 142 additions and 105 deletions

View File

@@ -106,6 +106,15 @@ const router = createRouter({
title: "联系我们",
},
},
{
name:"money",
path:"/money",
component: () => import("../views/money/Index.vue"),
meta: {
title: "钱钱",
},
},
],
},
{