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