mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
9 lines
263 B
PHP
9 lines
263 B
PHP
var init = {
|
|
tableElem: '#currentTable',
|
|
tableRenderId: 'currentTableRenderId',
|
|
indexUrl: 'system.node/index',
|
|
addUrl: 'system.node/add',
|
|
editUrl: 'system.node/edit',
|
|
deleteUrl: 'system.node/delete',
|
|
modifyUrl: 'system.node/modify',
|
|
}; |