修改wechat配置

This commit is contained in:
guange 2016-03-01 15:42:37 +08:00
parent 42edbce8f2
commit 4d1969e715
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: $("#submitForm").attr("action"), url: $("#main_login_form").attr("action"),
data:data, data:data,
dataType: "json" dataType: "json"
}); });