bga_issue_blog
bga_issue_blog copied to clipboard
关于点击「关于我」报 404问题
github 在2020年10月1日后,所有的默认的分支为main
分支了,我看你vue分支里,是写的master
:
getReadme (vue) {
return vue.$http.get(`https://raw.githubusercontent.com/${vue.$store.getters.repo}/master/README.md`, {
headers: {
'Accept': 'application/vnd.github.v3.html'
}
})
}
看这里时不要做下适配,新建的仓库,「关于我」点击的时候,会报404。