perf(use-message): fix typo

This commit is contained in:
vben
2020-11-03 21:30:25 +08:00
parent 0f4b847d69
commit bcab4b774d
7 changed files with 56 additions and 17 deletions

View File

@@ -78,13 +78,5 @@ export default {
afterCloseLoading: true,
},
},
{
path: '/error-log',
name: 'ErrorLog',
component: () => import('/@/views/sys/error-log/index.vue'),
meta: {
title: '错误日志',
},
},
],
} as AppRouteModule;

View File

@@ -96,6 +96,14 @@ export default {
title: '全屏',
},
},
{
path: '/error-log',
name: 'ErrorLog',
component: () => import('/@/views/sys/error-log/index.vue'),
meta: {
title: '错误日志',
},
},
{
path: '/testTab/:id',
name: 'TestTab',