Show 404 page in English by default
This commit is contained in:
parent
a4cecca07f
commit
3f52ba1d47
1 changed files with 4 additions and 7 deletions
|
@ -9,12 +9,9 @@
|
|||
</div>
|
||||
<div class="bullshit">
|
||||
<div class="bullshit__oops">OOPS!</div>
|
||||
<div class="bullshit__info">版权所有
|
||||
<a class="link-type" href="https://wallstreetcn.com" target="_blank">华尔街见闻</a>
|
||||
</div>
|
||||
<div class="bullshit__headline">{{ message }}</div>
|
||||
<div class="bullshit__info">请检查您输入的网址是否正确,请点击以下按钮返回主页或者发送错误报告</div>
|
||||
<router-link to="/" class="bullshit__return-home">返回首页</router-link>
|
||||
<div class="bullshit__info">Please make sure you URL is correct</div>
|
||||
<router-link to="/" class="bullshit__return-home">Go to the home page</router-link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -26,7 +23,7 @@ export default {
|
|||
name: 'Page404',
|
||||
computed: {
|
||||
message() {
|
||||
return '网管说这个页面你不能进......'
|
||||
return 'There is nothing here'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -198,7 +195,7 @@ export default {
|
|||
&__return-home {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 110px;
|
||||
width: 165px;
|
||||
height: 36px;
|
||||
background: #1482f0;
|
||||
border-radius: 100px;
|
||||
|
|
Loading…
Reference in a new issue