feat: add error handle

This commit is contained in:
vben
2020-10-18 21:55:21 +08:00
parent c0692b0f43
commit 7101587b96
32 changed files with 674 additions and 116 deletions

View File

@@ -25,6 +25,10 @@ const menu: MenuModule = {
path: '/not-data',
name: '无数据',
},
{
path: '/error-log',
name: '错误日志',
},
],
},
};