mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
将扩展名通过ua暴露;更改js的编码规范
This commit is contained in:
@@ -2,12 +2,12 @@ var iconPickerFa = layui.iconPickerFa,
|
||||
autocomplete = layui.autocomplete;
|
||||
|
||||
var init = {
|
||||
table_elem: '#currentTable',
|
||||
table_render_id: 'currentTableRenderId',
|
||||
index_url: 'system.quick/index',
|
||||
add_url: 'system.quick/add',
|
||||
edit_url: 'system.quick/edit',
|
||||
delete_url: 'system.quick/delete',
|
||||
export_url: 'system.quick/export',
|
||||
modify_url: 'system.quick/modify',
|
||||
tableElem: '#currentTable',
|
||||
tableRenderId: 'currentTableRenderId',
|
||||
indexUrl: 'system.quick/index',
|
||||
addUrl: 'system.quick/add',
|
||||
editUrl: 'system.quick/edit',
|
||||
deleteUrl: 'system.quick/delete',
|
||||
exportUrl: 'system.quick/export',
|
||||
modifyUrl: 'system.quick/modify',
|
||||
};
|
||||
Reference in New Issue
Block a user