mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-09-02 14:11:38 +08:00
12 lines
350 B
PHP
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',
|
|
};
|