mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
式
This commit is contained in:
@@ -53,7 +53,7 @@ const getOrgHrbpInfo = function(orgId) {
|
||||
* {newPassword:'',oldPassword:''}
|
||||
*/
|
||||
const modifyPassword = function(data) {
|
||||
return ajax.postJson('/user/resetPassword',data);
|
||||
return ajax.postJson(baseURL,'/user/resetPassword',data);
|
||||
}
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user