feat:新增stock页面

This commit is contained in:
橙子
2025-03-01 01:53:42 +08:00
parent 4dce50438c
commit 0bc5b1a940
2 changed files with 454 additions and 0 deletions

View File

@@ -144,6 +144,14 @@ const router = createRouter({
title: "面试宝典",
},
},
{
name: "stock",
path: "/stock",
component: () => import("../views/stock/Index.vue"),
meta: {
title: "股票",
},
},
],
},
{