Commit b95a7401 by jinfeng.wang

fix

parent 770121d9
......@@ -27,7 +27,7 @@ function update() {
$.ajax({
cache: true,
type: "POST",
url: "/result/save",
url: "/storage/save",
data: $('#signupForm').serialize(), // 你的formid
async: false,
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