From dcb0ab1377e8fd53300f6aa581045e7c14eaf198 Mon Sep 17 00:00:00 2001 From: liangbin <15536829364@163.com> Date: Tue, 3 Feb 2026 09:53:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=94=A8=E6=88=B7=E4=B8=AD=E5=BF=83):=20?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=B8=83=E5=B1=80=E5=8F=8A=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加用户信息展示、消息中心、项目存档和退出登录功能 实现跳转到项目存档页面的导航逻辑 添加样式布局和响应式设计 --- src/pages/user/index.vue | 93 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 92 insertions(+), 1 deletion(-) diff --git a/src/pages/user/index.vue b/src/pages/user/index.vue index 5a497fe..cf2bc9c 100644 --- a/src/pages/user/index.vue +++ b/src/pages/user/index.vue @@ -1,3 +1,94 @@ + + + \ No newline at end of file