Merge branch 'dev' into master-fetch

This commit is contained in:
奔跑的面条
2022-07-08 18:12:33 +08:00
9 changed files with 42 additions and 27 deletions
+3 -1
View File
@@ -164,7 +164,7 @@ export enum ChartEditStoreEnum {
export type RequestGlobalConfigType = {
// 请求源地址
requestOriginUrl?: string
// 轮询时间
// 全局默认轮询时间
requestInterval: number
}
@@ -176,6 +176,8 @@ export type RequestConfigType = {
requestHttpType: RequestHttpEnum
// 源后续的 url
requestUrl?: string
// 组件定制轮询时间
requestInterval?: number
}
// Store 类型