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