wip: 迁移 v3-admin v3.1.3 版本代码

This commit is contained in:
pany
2022-04-21 18:20:39 +08:00
parent 9b4af24d41
commit 83979683b1
78 changed files with 3070 additions and 149 deletions

View File

@@ -0,0 +1,10 @@
<template>
<div>
<p style="text-align: center; font-size: 140px; margin-bottom: 50px">
401
</p>
<p style="text-align: center; font-size: 40px">
你没有权限去该页面
</p>
</div>
</template>

View File

@@ -0,0 +1,10 @@
<template>
<div>
<p style="text-align: center; font-size: 140px; margin-bottom: 50px">
404
</p>
<p style="text-align: center; font-size: 40px">
未找到你想要的页面
</p>
</div>
</template>