lrf402788946 4 năm trước cách đây
mục cha
commit
0544d91053
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      utils/axios-wrapper.js

+ 0 - 1
utils/axios-wrapper.js

@@ -75,7 +75,6 @@ export default class AxiosWrapper {
         baseURL: this.baseUrl,
       });
       const user = localStorage.getItem('user');
-      console.log(user);
       if (user) {
         axios.defaults.headers.common.Authorization = encodeURI(user);
       }