From 0a1af829b67da0f273fc7762519ab9b58cb5477a Mon Sep 17 00:00:00 2001 From: ccongli <1441652193@qq.com> Date: Mon, 16 Oct 2023 11:13:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E5=8A=9F=E8=83=BD=E5=BC=80=E5=8F=91v2=20-=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=AF=86=E7=A0=81=E9=9D=99=E6=80=81=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/Profile/Index.vue | 282 +----------------- .../views/Profile/components/BasicInfo.vue | 92 ------ .../src/views/Profile/components/ResetPwd.vue | 125 ++++++-- .../src/views/Profile/components/index.ts | 4 +- 4 files changed, 114 insertions(+), 389 deletions(-) delete mode 100644 yunxi-ui-admin-vue3/src/views/Profile/components/BasicInfo.vue diff --git a/yunxi-ui-admin-vue3/src/views/Profile/Index.vue b/yunxi-ui-admin-vue3/src/views/Profile/Index.vue index f2ebb22c..1c39f581 100644 --- a/yunxi-ui-admin-vue3/src/views/Profile/Index.vue +++ b/yunxi-ui-admin-vue3/src/views/Profile/Index.vue @@ -2,158 +2,11 @@
-
-
-
-
基本资料
-
-
- -
基础信息
- - - - - - - - - - - - - - - - - - - - - - - 更改 - - - - - - - - - - - - - - - - 男 - - - - - 女 - - - - - 保密 - - - - - - - - -
- -
- 修改头像 -
-
-
-
-
更多信息
- - - - - - - - - - - - - - - 保存 - -
-
- - -
-

上传图片文件

-
图片尺寸需要大于100 * 100像素,支持jpg、png、jpeg等格式,大小不能超过2MB
-
- -
-
- -
- - -
- - - - - - - - - - - - - - - - - -
- -
-
- + +
+ + - 修改密码 登录记录 系统通知 消息设置 @@ -162,11 +15,10 @@
diff --git a/yunxi-ui-admin-vue3/src/views/Profile/components/index.ts b/yunxi-ui-admin-vue3/src/views/Profile/components/index.ts index 9e1883cf..5ec38456 100644 --- a/yunxi-ui-admin-vue3/src/views/Profile/components/index.ts +++ b/yunxi-ui-admin-vue3/src/views/Profile/components/index.ts @@ -1,7 +1,7 @@ -import BasicInfo from './BasicInfo.vue' +import BaseInfo from './BaseInfo.vue' import ProfileUser from './ProfileUser.vue' import ResetPwd from './ResetPwd.vue' import UserAvatarVue from './UserAvatar.vue' import UserSocial from './UserSocial.vue' -export { BasicInfo, ProfileUser, ResetPwd, UserAvatarVue, UserSocial } +export { BaseInfo, ProfileUser, ResetPwd, UserAvatarVue, UserSocial }