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