Skip to content

Commit

Permalink
fix return back bug
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed Nov 29, 2018
1 parent c68e688 commit 4d6e9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/errorPage/404.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
<div class="bullshit__headline">{{ message }}</div>
<div class="bullshit__info">请检查您输入的网址是否正确,请点击以下按钮返回主页或者发送错误报告</div>
<a href="" class="bullshit__return-home">返回首页</a>
<router-link to="/" class="bullshit__return-home">返回首页</router-link>
</div>
</div>
</div>
Expand Down

0 comments on commit 4d6e9a5

Please sign in to comment.