Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Chatopera OpenSource
/
ferry_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
089f8a6c
authored
Sep 08, 2020
by
Mr. Lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: 优化404页面。
parent
9fbb11cf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
src/views/error-page/404.vue
src/views/error-page/404.vue
View file @
089f8a6c
...
@@ -9,12 +9,9 @@
...
@@ -9,12 +9,9 @@
</div>
</div>
<div
class=
"bullshit"
>
<div
class=
"bullshit"
>
<div
class=
"bullshit__oops"
>
OOPS!
</div>
<div
class=
"bullshit__oops"
>
OOPS!
</div>
<div
class=
"bullshit__info"
>
All rights reserved
<a
style=
"color:#20a0ff"
href=
"https://wallstreetcn.com"
target=
"_blank"
>
wallstreetcn
</a>
</div>
<div
class=
"bullshit__headline"
>
{{
message
}}
</div>
<div
class=
"bullshit__headline"
>
{{
message
}}
</div>
<div
class=
"bullshit__info"
>
Please check that the URL you entered is correct, or click the button below to return to the homepage.
</div>
<div
class=
"bullshit__info"
>
请检查您访问的地址是否正确,通常在切换用户时,若您的用户没有上个用户退出时的页面权限,也会触发此报错,请知悉,或者点击一下按钮返回首页。
</div>
<a
href=
""
class=
"bullshit__return-home"
>
Back to home
</a>
<a
href=
""
class=
"bullshit__return-home"
>
返回首页
</a>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -26,7 +23,7 @@ export default {
...
@@ -26,7 +23,7 @@ export default {
name
:
'Page404'
,
name
:
'Page404'
,
computed
:
{
computed
:
{
message
()
{
message
()
{
return
'
The webmaster said that you can not enter this page...
'
return
'
抱歉,您找的页面不存在。
'
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment