完成编辑和新建的跳转

This commit is contained in:
MTrun
2021-12-21 15:56:35 +08:00
parent 3440da72d6
commit c606102a29
6 changed files with 117 additions and 34 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { ResultEnum } from '@/enums/httpEnum'
export enum ChartEnum {
// 图表创建
CHART_HOME = '/chart/home/:id',
CHART_HOME = '/chart/home/:id(.*)*',
CHART_HOME_NAME = 'ChartHome',
}