mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:31:41 +08:00
chore: abnormal page adjustment
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user