$('#loginForm').form('submit');为easyUI封装的异步提交方法,页面不跳转,可得到返回值。$('#loginForm').submit();为js自带原生表单提交方法,可以跳转。