修改错误页面跳转以及文字
This commit is contained in:
parent
fb5aaebb21
commit
bb52898089
|
|
@ -12,7 +12,7 @@
|
|||
<router-link to="/dashboard">回首页</router-link>
|
||||
</li>
|
||||
<li class="link-type">
|
||||
<a href="https://www.youlai.tech/">随便看看</a>
|
||||
<a href="/">随便看看</a>
|
||||
</li>
|
||||
</ul>
|
||||
</el-col>
|
||||
|
|
|
|||
|
|
@ -7,9 +7,7 @@
|
|||
<div class="bullshit__oops">OOPS!</div>
|
||||
<div class="bullshit__info">
|
||||
该页面无法访问。
|
||||
<a style="color: #20a0ff" href="https://www.youlai.tech.com" target="_blank">
|
||||
有来开源官网
|
||||
</a>
|
||||
<a style="color: #20a0ff" href="/" target="_blank">返回首页</a>
|
||||
</div>
|
||||
<div class="bullshit__headline">抱歉,您访问的页面不存在。</div>
|
||||
<div class="bullshit__info">请确认您输入的网址是否正确,或者点击下方按钮返回首页。</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue