Files
ulthon_admin/extend/base/admin/view/system/quick/_common.js

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',
};