feat: 优化bbs前端样式

This commit is contained in:
橙子
2024-03-03 15:58:19 +08:00
parent e0f8ac1eea
commit aa5d3b9d90
6 changed files with 99 additions and 3 deletions

View File

@@ -130,6 +130,14 @@ const router = createRouter({
title: "大转盘",
},
},
{
name: "bank",
path: "bank",
component: () => import("../views/bank/Index.vue"),
meta: {
title: "银行",
},
},
],
},
{ path: "/:pathMatch(.*)*", name: "NotFound", component: NotFound },