mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 02:52:49 +08:00
feat: 增加主机节点表结构代码
This commit is contained in:
10
extend/base/admin/view/system/host/_common.js
Normal file
10
extend/base/admin/view/system/host/_common.js
Normal file
@@ -0,0 +1,10 @@
|
||||
var init = {
|
||||
tableElem: '#currentTable',
|
||||
tableRenderId: 'currentTableRenderId',
|
||||
indexUrl: 'system.host/index',
|
||||
addUrl: 'system.host/add' + location.search,
|
||||
editUrl: 'system.host/edit',
|
||||
deleteUrl: 'system.host/delete',
|
||||
exportUrl: 'system.host/export',
|
||||
modifyUrl: 'system.host/modify',
|
||||
};
|
||||
Reference in New Issue
Block a user