Explorar el Código

语法错误,多个逗号

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1397 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg hace 10 años
padre
commit
f25dc48883
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/webapp/resources/js/common/services.js

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

@@ -249,7 +249,7 @@ define([ 'angular', 'toaster'], function(angular) {
 			//反馈问题
 			feedBackQuestion: {
 				url: rootPath + '/serve/question/feedback',
-				method: 'POST',
+				method: 'POST'
 			}
 		});
 	}]);