diff --git a/src/views/errorPage/404.vue b/src/views/errorPage/404.vue
index 6483fd5f..d20a4ef4 100644
--- a/src/views/errorPage/404.vue
+++ b/src/views/errorPage/404.vue
@@ -9,12 +9,9 @@
OOPS!
-
{{ message }}
-
请检查您输入的网址是否正确,请点击以下按钮返回主页或者发送错误报告
-
返回首页
+
Please make sure you URL is correct
+
Go to the home page
@@ -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;