feat: 添加个人资料页面,更新服务和产品页面,优化图标和样式
This commit is contained in:
@@ -29,6 +29,10 @@ const routes: Array<RouteRecordRaw> = [
|
||||
path: "product",
|
||||
component: () => import("@/views/product/index.vue"),
|
||||
},
|
||||
{
|
||||
path: "profile",
|
||||
component: () => import("@/views/profile/index.vue"),
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user