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 c68e688 commit 4d6e9a5Copy full SHA for 4d6e9a5
src/views/errorPage/404.vue
@@ -14,7 +14,7 @@
14
</div>
15
<div class="bullshit__headline">{{ message }}</div>
16
<div class="bullshit__info">请检查您输入的网址是否正确,请点击以下按钮返回主页或者发送错误报告</div>
17
- <a href="" class="bullshit__return-home">返回首页</a>
+ <router-link to="/" class="bullshit__return-home">返回首页</router-link>
18
19
20
0 commit comments