feat: 项目结构重构优化

This commit is contained in:
Ray.Hao
2025-12-26 12:35:37 +08:00
parent 65ad4fe59f
commit aa374dd2ba
164 changed files with 11305 additions and 3103 deletions

View File

@@ -4,11 +4,11 @@
<el-row>
<el-col :xs="24" :span="12">
<h1 class="text-6xl font-bold text-[#484848]">Oops!</h1>
<h2>你没有权限该页面</h2>
<h6>如有不满请联系你领导</h6>
<h2>你没有权限访问该页面</h2>
<h6>如有疑问请联系管理员</h6>
<div class="flex flex-col items-start gap-1.5 text-sm">
<span>或者你可以:</span>
<el-link type="primary" @click="router.push('/dashboard')">回首页</el-link>
<span>或者你可以</span>
<el-link type="primary" @click="router.push('/dashboard')">回首页</el-link>
<el-link type="primary" href="https://www.youlai.tech/">随便看看</el-link>
</div>
</el-col>

View File

@@ -2,16 +2,16 @@
<div class="wh-full mx-auto flex-center flex-col lg:flex-row">
<img class="min-w-[23.4375rem] sm:w-150" src="@/assets/images/404.svg" alt="404" />
<div class="w-75">
<div class="oops mb-5 text-[2rem] font-bold">OOPS</div>
<div class="oops mb-5 text-[2rem] font-bold">OOPS</div>
<div class="info text-gray mb-7 text-[0.8125rem]">
该页面无法访问
<el-link type="primary" href="https://www.youlai.tech.com" target="_blank">
该页面无法访问
<el-link type="primary" href="https://www.youlai.tech" target="_blank">
有来开源官网
</el-link>
</div>
<div class="headline mb-2.5 text-xl font-bold text-[#222]">抱歉您访问的页面不存在</div>
<div class="headline mb-2.5 text-xl font-bold text-[#222]">抱歉您访问的页面不存在</div>
<div class="info text-gray mb-7 text-[0.8125rem]">
请确认您输入的网址是否正确或者点击下方按钮返回首页
请确认您输入的网址是否正确或者点击下方按钮返回首页
</div>
<el-button round type="primary" class="btn h-9 w-28 mb-10" @click="back">返回首页</el-button>
</div>