Commit b95a7401 by jinfeng.wang

fix

parent 770121d9
...@@ -27,7 +27,7 @@ function update() { ...@@ -27,7 +27,7 @@ function update() {
$.ajax({ $.ajax({
cache: true, cache: true,
type: "POST", type: "POST",
url: "/result/save", url: "/storage/save",
data: $('#signupForm').serialize(), // 你的formid data: $('#signupForm').serialize(), // 你的formid
async: false, async: false,
error: function (request) { error: function (request) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment