feat: 完善对接接口
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user