feat: 添加个人资料页面,更新服务和产品页面,优化图标和样式

This commit is contained in:
2026-01-17 02:23:38 +07:00
parent 029f8d7be6
commit 396ec713c3
16 changed files with 151 additions and 113 deletions

View File

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