natasha 1 năm trước cách đây
mục cha
commit
d7d5ed38c0
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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) {