This commit is contained in:
jacky 2024-04-09 12:32:54 +08:00
parent b9973f343d
commit adbacefc1c
1 changed files with 1 additions and 6 deletions

View File

@ -3,13 +3,8 @@
<div class="w-full h-screen bg-gray-50 flex items-center justify-center"> <div class="w-full h-screen bg-gray-50 flex items-center justify-center">
<div class="flex flex-col items-center text-2xl gap-4"> <div class="flex flex-col items-center text-2xl gap-4">
<img src="../../assets/notFound.png"> <img src="../../assets/notFound.png">
<p>页面被神秘力量吸走了如果您是开源版请联系我们修复</p> <p>页面被神秘力量吸走了</p>
<p style="font-size:18px;line-height:40px;">常见问题为当前此角色无当前路由如果确定要使用本路由请到角色管理进行分配</p> <p style="font-size:18px;line-height:40px;">常见问题为当前此角色无当前路由如果确定要使用本路由请到角色管理进行分配</p>
<p></p>
<img
src="../../assets/qm.png"
class="w-16 h-16 mt-20"
>
<el-button @click="toDashboard">返回首页</el-button> <el-button @click="toDashboard">返回首页</el-button>
</div> </div>
</div> </div>