feat(analysis): add analysis page

This commit is contained in:
vben
2020-10-11 22:59:44 +08:00
parent 1cd75fcf5b
commit 52ee35c4be
36 changed files with 1520 additions and 193 deletions

View File

@@ -9,6 +9,10 @@ const menu: MenuModule = {
path: '/workbench',
name: '工作台',
},
{
path: '/analysis',
name: '分析页',
},
{
path: '/welcome',
name: '首页',