feat: 完善对接接口

This commit is contained in:
橙子
2025-03-09 16:21:39 +08:00
parent b48f584db8
commit d605809932
9 changed files with 311 additions and 55 deletions

View File

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