Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
🐛 控制台的一个报错
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Jan 22, 2021
1 parent 8894c44 commit 704947b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export default {
console.log(this.version)
}
}).catch(err=>{
console.log("failed check update",error);
console.log("failed check update",err);
})
},
// 检查前端更新
Expand All @@ -264,7 +264,7 @@ export default {
console.log(this.version)
}
}).catch(err=>{
console.log("failed check update",error);
console.log("failed check update",err);
})
},
// 初始化一些信息
Expand Down Expand Up @@ -496,7 +496,7 @@ export default {
this.preview_show.spinning=true
this.preview_spinning=true
this.url=this.info.preview.url+direct_url
this.preview_show.doc=true
this.preview_show.iframe=true
return
}else{
this.$msg.warning("文件过大,请下载查看.")
Expand Down

2 comments on commit 704947b

@vercel
Copy link

@vercel vercel bot commented on 704947b Jan 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

alist-web – ./

alist.now.sh
alist-web-git-master.xhofe.vercel.app
alist-web.xhofe.vercel.app
alist.nn.ci

@vercel
Copy link

@vercel vercel bot commented on 704947b Jan 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

alist – ./

alist-git-master.xhofe.vercel.app
alist.xhofe.vercel.app
alist.vercel.app

Please sign in to comment.