Files
ulthon_admin/extend/base/admin/view/system/auth/_common.js
2026-07-17 23:44:33 +08:00

13 lines
436 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',
assignUsersUrl: 'system.auth/assignUsers',
toggleUserUrl: 'system.auth/toggleUser',
};