fix: 新增chart页路由参数

This commit is contained in:
MTrun 2021-12-21 15:09:39 +08:00
parent f9d0547fc3
commit 3440da72d6
3 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ import { ResultEnum } from '@/enums/httpEnum'
export enum ChartEnum {
// 图表创建
CHART_HOME = '/chart',
CHART_HOME_NAME = 'Chart',
CHART_HOME = '/chart/home/:id',
CHART_HOME_NAME = 'ChartHome',
}
export enum PageEnum {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB