1
lzhe
2024-05-23 6a983f2c1de101450fdf543c2fb9acd7037eabf0
src/utils/request.js
@@ -156,7 +156,6 @@
    */
   postJ: function (url, data = {}, config = {}) {
      return new Promise((resolve, reject) => {
         console.log(qsStringify(data))
         axios({
            method: 'post',
            url: url,