feat: 添加产品页面,展示基金产品列表及相关信息
This commit is contained in:
@@ -25,6 +25,10 @@ const routes: Array<RouteRecordRaw> = [
|
||||
path: "service",
|
||||
component: () => import("@/views/service/index.vue"),
|
||||
},
|
||||
{
|
||||
path: "product",
|
||||
component: () => import("@/views/product/index.vue"),
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user