删除无用console.log
This commit is contained in:
parent
a42905d69b
commit
6fe2a88903
|
@ -4,7 +4,6 @@
|
|||
*/
|
||||
|
||||
export default (error, vm)=>{
|
||||
console.log(error)
|
||||
//过滤HTTP请求错误
|
||||
if(error.status || error.status==0){
|
||||
return false
|
||||
|
|
Loading…
Reference in New Issue