feat: 添加用户设置页面及相关功能,更新用户头像组件

This commit is contained in:
2025-12-14 23:20:44 +07:00
parent 3c1b2d7d0f
commit ae0cc18551
9 changed files with 229 additions and 7 deletions

View File

@@ -48,6 +48,10 @@ const routes: Array<RouteRecordRaw> = [
path: "/withdraw/index",
component: () => import("@/views/withdraw/index.vue"),
},
{
path: "/user/settings",
component: () => import("@/views/user/settings.vue"),
},
];
const router = createRouter({