feat:新增stock页面
This commit is contained in:
@@ -144,6 +144,14 @@ const router = createRouter({
|
||||
title: "面试宝典",
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "stock",
|
||||
path: "/stock",
|
||||
component: () => import("../views/stock/Index.vue"),
|
||||
meta: {
|
||||
title: "股票",
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user