We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7855bd5 commit 3a4e9e8Copy full SHA for 3a4e9e8
ācomponents/HomeBlog.vueā
@@ -169,7 +169,7 @@ export default {
169
},
170
getPagesByTags (currentTag) {
171
const base = this.$site.base
172
- window.location.href = `${base}tag/#?tag=${currentTag}`
+ window.location.href = `${base}tag/?tag=${currentTag}`
173
174
// č·åę¶é“ēę°åē±»å
175
_getTimeNum (data) {
ācomponents/PageInfo.vueā
@@ -53,7 +53,7 @@ export default {
53
methods: {
54
goTags (tag) {
55
56
- window.location.href = `${base}tag/#?tag=${tag}`
+ window.location.href = `${base}tag/?tag=${tag}`
57
}
58
59
0 commit comments