asd123a20 преди 3 години
родител
ревизия
f7e31baf92
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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');