mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 01:52:48 +08:00
11 lines
346 B
PHP
11 lines
346 B
PHP
var init = {
|
|
table_elem: '#currentTable',
|
|
table_render_id: 'currentTableRenderId',
|
|
index_url: 'system.uploadfile/index',
|
|
add_url: 'system.uploadfile/add',
|
|
edit_url: 'system.uploadfile/edit',
|
|
delete_url: 'system.uploadfile/delete',
|
|
modify_url: 'system.uploadfile/modify',
|
|
export_url: 'system.uploadfile/export',
|
|
};
|