liyanbo 9 сар өмнө
parent
commit
dd4215d998
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      src/utils/request.js

+ 0 - 1
src/utils/request.js

@@ -85,7 +85,6 @@ export default function ajax (config) {
         }
         return request.post(url, obj, { headers })
       }
-      console.log(headers['Tenant-Id'],"====")
       const obj = new FormData()
       obj.append('Tenant-Id', headers['Tenant-Id'])
       return request.post(url, obj, { headers })