Browse Source

删除打印语句

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1623 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 10 years ago
parent
commit
f6518666e0
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/main/webapp/resources/js/common/services.js

+ 1 - 3
src/main/webapp/resources/js/common/services.js

@@ -108,9 +108,7 @@ define([ 'angular', 'toaster'], function(angular) {
 						'Content-Type' : 'application/x-www-form-urlencoded; charset=UTF-8'
 						'Content-Type' : 'application/x-www-form-urlencoded; charset=UTF-8'
 					}
 					}
 				};
 				};
-				console.log("payload"+payload);
-				console.log("rootPath"+rootPath)
-					var login = $http.post(rootPath + "/j_spring_security_check", payload, config);
+				var login = $http.post(rootPath + "/j_spring_security_check", payload, config);
 				login.success(cacheSession);
 				login.success(cacheSession);
 				return login;
 				return login;
 			},
 			},