修改错误页面跳转以及文字

This commit is contained in:
YeMingfei666 2025-02-08 17:01:57 +08:00
parent fb5aaebb21
commit bb52898089
2 changed files with 2 additions and 4 deletions

View File

@ -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>

View File

@ -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>