Browse Source

用户修改密码

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@757 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 11 years ago
parent
commit
dcf39fad9c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/main/webapp/resources/js/index/services/Account.js

+ 4 - 0
src/main/webapp/resources/js/index/services/Account.js

@@ -13,6 +13,10 @@ define([ 'ngResource' ], function() {
 			checkPassword: {
 			checkPassword: {
 				url: 'account/user/checkPassword',
 				url: 'account/user/checkPassword',
 				method: 'GET'
 				method: 'GET'
+			},
+			updatePassword: {
+				url: 'account/user/updatePassword',
+				method: 'POST'
 			}
 			}
 		});
 		});
 	}).factory('ErpLog', function($resource) {
 	}).factory('ErpLog', function($resource) {