mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 09:42:47 +08:00
将扩展名通过ua暴露;更改js的编码规范
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
var init = {
|
||||
table_elem: '#currentTable',
|
||||
table_render_id: 'currentTableRenderId',
|
||||
index_url: 'system.uploadfile/index',
|
||||
add_url: 'system.uploadfile/add',
|
||||
edit_url: 'system.uploadfile/edit',
|
||||
delete_url: 'system.uploadfile/delete',
|
||||
modify_url: 'system.uploadfile/modify',
|
||||
export_url: 'system.uploadfile/export',
|
||||
tableElem: '#currentTable',
|
||||
tableRenderId: 'currentTableRenderId',
|
||||
indexUrl: 'system.uploadfile/index',
|
||||
addUrl: 'system.uploadfile/add',
|
||||
editUrl: 'system.uploadfile/edit',
|
||||
deleteUrl: 'system.uploadfile/delete',
|
||||
modifyUrl: 'system.uploadfile/modify',
|
||||
exportUrl: 'system.uploadfile/export',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user