删除无用console.log

This commit is contained in:
sc 2022-05-31 16:55:51 +08:00
parent a42905d69b
commit 6fe2a88903
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
*/ */
export default (error, vm)=>{ export default (error, vm)=>{
console.log(error)
//过滤HTTP请求错误 //过滤HTTP请求错误
if(error.status || error.status==0){ if(error.status || error.status==0){
return false return false