fix: 新增chart页路由参数

This commit is contained in:
MTrun 2021-12-21 15:09:39 +08:00
parent 0881225fda
commit 1ae9197d89
3 changed files with 2 additions and 2 deletions
src
enums
views/project/items/components

@ -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

(image error) Size: 1.3 MiB

Binary file not shown.

Before

(image error) Size: 1.3 MiB