添加系统错误页面

This commit is contained in:
whyour
2022-02-26 00:12:12 +08:00
parent 03f4b5c219
commit 01564e96d3
8 changed files with 85 additions and 5 deletions
+6
View File
@@ -25,6 +25,12 @@ export default {
hideInMenu: true,
component: '@/pages/initialization/index',
},
{
name: '错误',
path: '/error',
hideInMenu: true,
component: '@/pages/error/index',
},
{
path: '/crontab',
name: '定时任务',