1
lzhe
2024-05-20 e929925ce9b9d9601697aabdb7d0fcfd7dee8a3a
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,