src/api/system/user.js
@@ -96,7 +96,7 @@ return request({ url: '/system/user/profile/updatePwd', method: 'put', params: data data: data }) } @@ -134,3 +134,10 @@ method: 'get' }) } // 查询用户列表 export function userListNoPage() { return request({ url: '/system/user/userListNoPage', method: 'get' }) }