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

12 lines
350 B
PHP

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