1
lzhe
2024-03-28 a1bcacc7fcb20468764c8f9257fce18669336a3b
src/utils/request.js
@@ -205,7 +205,7 @@
         axios({
            method: 'delete',
            url: url,
            data: data,
            params: data,
            ...config
         }).then((response) => {
            resolve(response.data);