将扩展名通过ua暴露;更改js的编码规范

This commit is contained in:
2023-11-28 10:16:27 +08:00
parent b67c75a667
commit a75ff465d0
14 changed files with 136 additions and 132 deletions

View File

@@ -4,11 +4,11 @@ iconPickerFa = layui.iconPickerFa,
autocomplete = layui.autocomplete;
var init = {
table_elem: '#currentTable',
table_render_id: 'currentTableRenderId',
index_url: 'system.menu/index',
add_url: 'system.menu/add',
delete_url: 'system.menu/delete',
edit_url: 'system.menu/edit',
modify_url: 'system.menu/modify',
tableElem: '#currentTable',
tableRenderId: 'currentTableRenderId',
indexUrl: 'system.menu/index',
addUrl: 'system.menu/add',
deleteUrl: 'system.menu/delete',
editUrl: 'system.menu/edit',
modifyUrl: 'system.menu/modify',
};