新增用户流量报表、license流量报表页面,及后端接口定义

This commit is contained in:
aoshiguchen
2023-03-19 15:55:38 +08:00
parent 983d5dde8c
commit e2c152a569
11 changed files with 485 additions and 46 deletions
+14
View File
@@ -80,6 +80,20 @@ export const asyncRouterMap = [
{ path: 'jobManager', component: _import('system/jobManager'), name: 'jobManager', meta: { title: 'jobManager' }}
]
},
{
path: '/report',
component: Layout,
redirect: 'noredirect',
name: 'report',
meta: {
title: 'report',
icon: 'component'
},
children: [
{ path: 'userFlowReport', component: _import('report/userFlowReport'), name: 'userFlowReport', meta: { title: 'userFlowReport' }},
{ path: 'licenseFlowReport', component: _import('report/licenseFlowReport'), name: 'licenseFlowReport', meta: { title: 'licenseFlowReport' }}
]
},
{
path: '/log',
component: Layout,