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