diff --git a/src/views/errorPage/404.vue b/src/views/errorPage/404.vue index 6483fd5f7d646d743f1c1d3361980d135b6cf267..d20a4ef4a29f5dd3e4c10c00a741c3288f99843e 100644 --- a/src/views/errorPage/404.vue +++ b/src/views/errorPage/404.vue @@ -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;