mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-22 17:26:43 +08:00
整理个人主页不对的,或未完善的地方
This commit is contained in:
@@ -1,33 +1,36 @@
|
||||
<template>
|
||||
<div class="errPage-container">
|
||||
<el-button icon="arrow-left" class="pan-back-btn" @click="back">
|
||||
返回
|
||||
</el-button>
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<h1 class="text-jumbo text-ginormous">
|
||||
500错误!
|
||||
</h1>
|
||||
<h2>系统访问错误!</h2>
|
||||
<h6>对不起,系统无法连接,请检查网络或咨询管理人员</h6>
|
||||
<ul class="list-unstyled">
|
||||
<li class="link-type">
|
||||
<a href="/web/">转向登录</a>
|
||||
</li>
|
||||
</ul>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<div>
|
||||
<portal-header current="article"></portal-header>
|
||||
<div class="errPage-container">
|
||||
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<h1 class="text-jumbo text-ginormous">
|
||||
页面路径错误或500错误!
|
||||
</h1>
|
||||
<h2>系统访问错误!</h2>
|
||||
<h6>对不起,系统无法连接,请检查网络或咨询管理人员</h6>
|
||||
<ul class="list-unstyled">
|
||||
<li class="link-type">
|
||||
<a href="/pc/login">转向登录</a>
|
||||
</li>
|
||||
</ul>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
</div>
|
||||
<portal-footer></portal-footer>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
|
||||
import portalHeader from '@/components/PortalHeader.vue';
|
||||
import portalFooter from '@/components/PortalFooter.vue';
|
||||
export default {
|
||||
name: 'Page401',
|
||||
name: 'Page500',
|
||||
components: { portalHeader, portalFooter},
|
||||
data() {
|
||||
return {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user