提交部分路径修改

This commit is contained in:
RuoYi
2018-04-28 17:58:11 +08:00
parent 4802563837
commit e74c244cdc
11 changed files with 47 additions and 46 deletions

View File

@ -17,5 +17,5 @@ $("#form-post-add").validate({
/** 岗位管理-新增岗位 */
function add() {
_ajax_save("/system/post/save", $("#form-post-add").serialize());
_ajax_save(ctx + "/system/post/save", $("#form-post-add").serialize());
}