feat: 新增数据池配置页面

This commit is contained in:
奔跑的面条
2022-12-15 19:37:43 +08:00
parent ee071cacb3
commit 4baa5719a0
25 changed files with 968 additions and 5342 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import { chartInitConfig } from '@/settings/designSetting'
import cloneDeep from 'lodash/cloneDeep'
// 请求基础属性
const requestConfig: RequestConfigType = {
export const requestConfig: RequestConfigType = {
requestDataType: RequestDataTypeEnum.STATIC,
requestHttpType: RequestHttpEnum.GET,
requestUrl: '',