feat: 添加产品页面,展示基金产品列表及相关信息

This commit is contained in:
2026-01-16 22:43:21 +07:00
parent d59995e522
commit 029f8d7be6
2 changed files with 209 additions and 0 deletions

View File

@@ -25,6 +25,10 @@ const routes: Array<RouteRecordRaw> = [
path: "service",
component: () => import("@/views/service/index.vue"),
},
{
path: "product",
component: () => import("@/views/product/index.vue"),
},
],
},
];