mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
13 lines
388 B
PHP
13 lines
388 B
PHP
var init = {
|
|
tableElem: '#currentTable',
|
|
tableRenderId: 'currentTableRenderId',
|
|
indexUrl: 'mall.goods/index',
|
|
addUrl: 'mall.goods/add',
|
|
editUrl: 'mall.goods/edit',
|
|
deleteUrl: 'mall.goods/delete',
|
|
exportUrl: 'mall.goods/export',
|
|
modifyUrl: 'mall.goods/modify',
|
|
stock_url: 'mall.goods/stock',
|
|
read_url: 'mall.goods/read',
|
|
formFullScreen: true,
|
|
}; |