mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 10:02:49 +08:00
发布新版本;增加自动替换脚本
This commit is contained in:
13
app/admin/view/index/_common.js
Normal file
13
app/admin/view/index/_common.js
Normal file
@@ -0,0 +1,13 @@
|
||||
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,
|
||||
};
|
||||
Reference in New Issue
Block a user