feat: bbs新增商城页面初版

This commit is contained in:
橙子
2024-11-02 19:50:01 +08:00
parent ca1b8a728d
commit dd29c9a2fa
4 changed files with 118 additions and 1 deletions

View File

@@ -117,7 +117,15 @@ const router = createRouter({
path:"/money",
component: () => import("../views/money/Index.vue"),
meta: {
title: "钱钱",
title: "钱钱排行榜",
},
},
{
name:"shop",
path:"/shop",
component: () => import("../views/shop/Index.vue"),
meta: {
title: "商城",
},
},
],