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 @@ + +