natasha 1 rok temu
rodzic
commit
d7d5ed38c0
1 zmienionych plików z 0 dodań i 1 usunięć
  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) {