mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
Merge branch 'dev' into master-fetch
This commit is contained in:
+3
-1
@@ -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 类型
|
||||
|
||||
Reference in New Issue
Block a user