src/api/system/user.js
@@ -96,7 +96,7 @@ return request({ url: '/system/user/profile/updatePwd', method: 'put', params: data data: data }) } @@ -105,6 +105,7 @@ return request({ url: '/system/user/profile/avatar', method: 'post', headers: { 'Content-Type': 'application/x-www-form-urlencoded' }, data: data }) } @@ -133,3 +134,10 @@ method: 'get' }) } // 查询用户列表 export function userListNoPage() { return request({ url: '/system/user/userListNoPage', method: 'get' }) }