diff --git a/Yi.Bbs.Vue3/src/layout/activity/components/ActivityNav.vue b/Yi.Bbs.Vue3/src/layout/activity/components/ActivityNav.vue index 6f701609..d7491165 100644 --- a/Yi.Bbs.Vue3/src/layout/activity/components/ActivityNav.vue +++ b/Yi.Bbs.Vue3/src/layout/activity/components/ActivityNav.vue @@ -35,6 +35,12 @@ 排行榜 + + + + + 商城(即将上线) + diff --git a/Yi.Bbs.Vue3/src/router/index.js b/Yi.Bbs.Vue3/src/router/index.js index 48abff7e..c2669e12 100644 --- a/Yi.Bbs.Vue3/src/router/index.js +++ b/Yi.Bbs.Vue3/src/router/index.js @@ -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: "商城", }, }, ], diff --git a/Yi.Bbs.Vue3/src/views/shop/Index.vue b/Yi.Bbs.Vue3/src/views/shop/Index.vue new file mode 100644 index 00000000..8f7d28cc --- /dev/null +++ b/Yi.Bbs.Vue3/src/views/shop/Index.vue @@ -0,0 +1,74 @@ + + + \ No newline at end of file diff --git a/Yi.Bbs.Vue3/src/views/shop/components/ShopCard.vue b/Yi.Bbs.Vue3/src/views/shop/components/ShopCard.vue new file mode 100644 index 00000000..cd11cf1a --- /dev/null +++ b/Yi.Bbs.Vue3/src/views/shop/components/ShopCard.vue @@ -0,0 +1,29 @@ + + + \ No newline at end of file