wenbobowen 4 жил өмнө
parent
commit
400f23abac

+ 3 - 3
src/components/input/normalArea.vue

@@ -147,9 +147,9 @@ export default {
     },
     uploadImg(imgData) {
       const config = {
-        headers: {
-          'Content-Type': 'multipart/form-data'
-        },
+        // headers: {
+        //   'Content-Type': 'multipart/form-data'
+        // },
         withCredentials: false
       } // 添加请求头
       return new Promise((resolve, reject) => {