fix: tag btn of page info click invalid
This commit is contained in:
parent
7855bd5056
commit
3a4e9e8011
@ -169,7 +169,7 @@ export default {
|
||||
},
|
||||
getPagesByTags (currentTag) {
|
||||
const base = this.$site.base
|
||||
window.location.href = `${base}tag/#?tag=${currentTag}`
|
||||
window.location.href = `${base}tag/?tag=${currentTag}`
|
||||
},
|
||||
// 获取时间的数字类型
|
||||
_getTimeNum (data) {
|
||||
|
@ -53,7 +53,7 @@ export default {
|
||||
methods: {
|
||||
goTags (tag) {
|
||||
const base = this.$site.base
|
||||
window.location.href = `${base}tag/#?tag=${tag}`
|
||||
window.location.href = `${base}tag/?tag=${tag}`
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user