mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-08-30 12:45:32 +08:00
12 lines
340 B
PHP
12 lines
340 B
PHP
var init = {
|
|
tableElem: '#currentTable',
|
|
tableRenderId: 'currentTableRenderId',
|
|
indexUrl: 'xhprof.watch/index',
|
|
addUrl: 'xhprof.watch/add' + location.search,
|
|
editUrl: 'xhprof.watch/edit',
|
|
readUrl: 'xhprof.watch/read',
|
|
deleteUrl: 'xhprof.watch/delete',
|
|
exportUrl: '',
|
|
modifyUrl: 'xhprof.watch/modify',
|
|
};
|