mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 10:32:48 +08:00
将扩展名通过ua暴露;更改js的编码规范
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user