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