natasha hai 1 ano
pai
achega
d7d5ed38c0
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/utils/request.js

+ 0 - 1
src/utils/request.js

@@ -48,7 +48,6 @@ service.interceptors.response.use(
      */
     response => {
         const res = response.data
-        console.log(res)
         let msg = null
             // if the custom code is not 20000, it is judged as an error.
         if (res.status == 0 || res.status == -2) {