将扩展名通过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: '{{controllerUrl}}/index',
add_url: '{{controllerUrl}}/add',
edit_url: '{{controllerUrl}}/edit',
delete_url: '{{controllerUrl}}/delete',
export_url: '{{controllerUrl}}/export',
modify_url: '{{controllerUrl}}/modify',
tableElem: '#currentTable',
tableRenderId: 'currentTableRenderId',
indexUrl: '{{controllerUrl}}/index',
addUrl: '{{controllerUrl}}/add',
editUrl: '{{controllerUrl}}/edit',
deleteUrl: '{{controllerUrl}}/delete',
exportUrl: '{{controllerUrl}}/export',
modifyUrl: '{{controllerUrl}}/modify',
};