src/api/user.js @@ -244,3 +244,12 @@ data }) } export function pwdChange(data) { return request({ url: process.env.BASE_API + '/pwd-change', method: 'post', data }) }