From 477d434b8ab9da526a9154ce2e48b2d8daee645d Mon Sep 17 00:00:00 2001 From: wj <347312259@qq.com> Date: Mon, 29 May 2023 10:56:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- psdc-ui/src/api/system/userInfo.js | 6 ++ .../src/views/system/user/profile/index.vue | 90 ++++++++++++++++--- 2 files changed, 85 insertions(+), 11 deletions(-) create mode 100644 psdc-ui/src/api/system/userInfo.js diff --git a/psdc-ui/src/api/system/userInfo.js b/psdc-ui/src/api/system/userInfo.js new file mode 100644 index 0000000..da43739 --- /dev/null +++ b/psdc-ui/src/api/system/userInfo.js @@ -0,0 +1,6 @@ +import request from '@/utils/request' + +/** 获取设备*/ +export function getUpdatePwd() { + return request.put('/system/user/profile/updatePwd') +} \ No newline at end of file diff --git a/psdc-ui/src/views/system/user/profile/index.vue b/psdc-ui/src/views/system/user/profile/index.vue index ab43fce..dd21ad4 100644 --- a/psdc-ui/src/views/system/user/profile/index.vue +++ b/psdc-ui/src/views/system/user/profile/index.vue @@ -41,17 +41,28 @@ - - - - - - - - + + + + + + + + + + + + 保存 + + + + + + + @@ -59,13 +70,20 @@ + +