优化JS路径

This commit is contained in:
RuoYi
2018-04-28 21:39:42 +08:00
parent e74c244cdc
commit 55ccae57f8
81 changed files with 182 additions and 184 deletions

View File

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