mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-02 23:23:28 +08:00
/file/list; /file/object/list 修改为POST提交;完善上传文件部分代码;清理多余import;修正一些代码Bug
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
});
|
||||
|
||||
function list({ tableElementId }) {
|
||||
getRequest("/file/list", { token: localStorageUtils.getToken() })
|
||||
postRequest("/file/list", { token: localStorageUtils.getToken() })
|
||||
.then(function (responseData) {
|
||||
var axiosData = responseData.data;
|
||||
var status = axiosData.status;
|
||||
|
Reference in New Issue
Block a user