Files
ulthon_admin/extend/base/admin/view/system/host/_common.js
2025-08-23 22:44:47 +08:00

10 lines
318 B
PHP

var init = {
tableElem: '#currentTable',
tableRenderId: 'currentTableRenderId',
indexUrl: 'system.host/index',
addUrl: 'system.host/add' + location.search,
editUrl: 'system.host/edit',
deleteUrl: 'system.host/delete',
exportUrl: 'system.host/export',
modifyUrl: 'system.host/modify',
};