mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-03 00:12:49 +08:00
11 lines
337 B
PHP
11 lines
337 B
PHP
var init = {
|
|
tableElem: '#currentTable',
|
|
tableRenderId: 'currentTableRenderId',
|
|
indexUrl: 'system.uploadfile/index',
|
|
addUrl: 'system.uploadfile/add',
|
|
editUrl: 'system.uploadfile/edit',
|
|
deleteUrl: 'system.uploadfile/delete',
|
|
modifyUrl: 'system.uploadfile/modify',
|
|
exportUrl: 'system.uploadfile/export',
|
|
};
|