将扩展名通过ua暴露;更改js的编码规范

This commit is contained in:
2023-11-28 10:16:27 +08:00
parent b67c75a667
commit a75ff465d0
14 changed files with 136 additions and 132 deletions

View File

@@ -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',
};