asd123a20 há 3 anos atrás
pai
commit
f7e31baf92
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      admin-frame/lib/axios.js

+ 0 - 1
admin-frame/lib/axios.js

@@ -13,7 +13,6 @@ axios.interceptors.request.use(function (config) {
 
 // 添加响应拦截器
 axios.interceptors.response.use(function (response) {
-  console.log(response);
   if (response.status == 401) {
     // 返回登录处理
     sessionStorage.removeItem('token');