mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-04 09:02:49 +08:00
10 lines
318 B
PHP
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',
|
|
}; |