Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/47c7e41102cb7f3898b0825b9c1aab9e3be9ca9b?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

提交修改

new-exam
dshclm 5 months ago
parent 9828f46c63
commit 47c7e41102

@ -72,8 +72,6 @@
function submitHandler() {
if ($.validate.form()) {
var data = $("#form-leave-add").serializeArray();
var username = $("input[id='username']").val()
data.push({"name": "userName", "value": username});
$.operate.save(prefix + "/add",data);
}
}

Loading…
Cancel
Save