wenbobowen 4 years ago
parent
commit
39c46ea9a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/input/normalArea.vue

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

@@ -150,7 +150,7 @@ export default {
         headers: {
         headers: {
           'Content-Type': 'application/json'
           'Content-Type': 'application/json'
         },
         },
-        withCredentials: true
+        withCredentials: false
       } // 添加请求头
       } // 添加请求头
       return new Promise((resolve, reject) => {
       return new Promise((resolve, reject) => {
         axios.post(
         axios.post(