feat: 添加用户设置页面及相关功能,更新用户头像组件
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user