CN-480 feat: 报告下载前端界面开发 部分功能

This commit is contained in:
@changcode
2022-04-12 18:00:01 +08:00
parent 00326be6ea
commit 52db120e36
15 changed files with 438 additions and 9 deletions

View File

@@ -18,6 +18,8 @@ export const api = {
galaxyProxy: '/galaxy/setting',
operationLog: '/sys/log',
chartList: '/visual/chart/list',
// 报告相关
builtinReport: '/report/job',
// 业务
panel: '/visual/panel',
chart: '/visual/chart',

View File

@@ -30,7 +30,8 @@ export const fromRoute = {
user: 'user',
galaxyProxy: 'galaxyProxy',
chart: 'chart',
cryptocurrency: 'cryptocurrency'
cryptocurrency: 'cryptocurrency',
builtinReport: 'builtinReport'
}
/* panel类别和名称之间的映射 */