feat: 个人信息页面.

This commit is contained in:
lijiahang
2023-10-31 19:07:48 +08:00
parent 6c9aabd4fd
commit 3fef9b8ae2
42 changed files with 647 additions and 148 deletions

View File

@@ -154,7 +154,7 @@
<template #content>
<!-- 个人中心 -->
<a-doption>
<a-space @click="$router.push({ name: 'userMine' })">
<a-space @click="$router.push({ name: 'userInfo' })">
<icon-user />
<span>个人中心</span>
</a-space>