mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
10 lines
312 B
PHP
10 lines
312 B
PHP
var init = {
|
|
tableElem: '#currentTable',
|
|
tableRenderId: 'currentTableRenderId',
|
|
indexUrl: 'test.goods/index',
|
|
addUrl: 'test.goods/add' + location.search,
|
|
editUrl: 'test.goods/edit',
|
|
deleteUrl: 'test.goods/delete',
|
|
exportUrl: 'test.goods/export',
|
|
modifyUrl: 'test.goods/modify',
|
|
}; |