chore: abnormal page adjustment

This commit is contained in:
vben
2020-11-03 22:26:26 +08:00
parent 0c28ffa8e6
commit 21a225c2b2
13 changed files with 48 additions and 78 deletions

View File

@@ -18,6 +18,18 @@ export default {
},
routes: [
{
path: '/403',
name: 'PageNotAccess',
component: ExceptionPage,
props: {
status: ExceptionEnum.PAGE_NOT_ACCESS,
},
meta: {
title: '403',
afterCloseLoading: true,
},
},
{
path: '/404',
name: 'PageNotFound',
@@ -54,18 +66,6 @@ export default {
afterCloseLoading: true,
},
},
{
path: '/page-time-out',
name: 'PageTimeOut',
component: ExceptionPage,
props: {
status: ExceptionEnum.PAGE_TIMEOUT,
},
meta: {
title: '页面超时',
afterCloseLoading: true,
},
},
{
path: '/not-data',
name: 'NotData',