mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-04 09:02:49 +08:00
12 lines
359 B
PHP
12 lines
359 B
PHP
var init = {
|
|
table_elem: '#currentTable',
|
|
table_render_id: 'currentTableRenderId',
|
|
index_url: 'system.admin/index',
|
|
add_url: 'system.admin/add',
|
|
edit_url: 'system.admin/edit',
|
|
delete_url: 'system.admin/delete',
|
|
modify_url: 'system.admin/modify',
|
|
export_url: 'system.admin/export',
|
|
password_url: 'system.admin/password',
|
|
};
|