feat: 完成新开页的设计

This commit is contained in:
MTrun
2021-12-21 14:57:31 +08:00
parent 35a05c046b
commit f9d0547fc3
14 changed files with 262 additions and 44 deletions
+6
View File
@@ -1,5 +1,11 @@
import { ResultEnum } from '@/enums/httpEnum'
export enum ChartEnum {
// 图表创建
CHART_HOME = '/chart',
CHART_HOME_NAME = 'Chart',
}
export enum PageEnum {
// 登录
BASE_LOGIN = '/login',