mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 23:42:48 +08:00
13 lines
385 B
PHP
13 lines
385 B
PHP
var iconPickerFa = layui.iconPickerFa,
|
|
autocomplete = layui.autocomplete;
|
|
|
|
var init = {
|
|
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',
|
|
}; |