feat: 新增预览页

This commit is contained in:
mtruning
2022-03-06 02:08:14 +08:00
parent 6f74838e1e
commit bea36accff
13 changed files with 172 additions and 38 deletions
+6
View File
@@ -6,6 +6,12 @@ export enum ChartEnum {
CHART_HOME_NAME = 'ChartHome',
}
export enum PreviewEnum {
// 图表预览
CHART_PREVIEW = '/chart/preview/:id(.*)*',
CHART_PREVIEW_NAME = 'ChartPreview',
}
export enum PageEnum {
// 登录
BASE_LOGIN = '/login',