mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-24 02:16:10 +08:00
feat: 新增组件单独请求时间配置
This commit is contained in:
parent
410dc4fc58
commit
88abcf8a4a
@ -7,7 +7,8 @@ import { chartInitConfig } from '@/settings/designSetting'
|
|||||||
const requestConfig: RequestConfigType = {
|
const requestConfig: RequestConfigType = {
|
||||||
requestDataType: RequestDataTypeEnum.STATIC,
|
requestDataType: RequestDataTypeEnum.STATIC,
|
||||||
requestHttpType: RequestHttpEnum.GET,
|
requestHttpType: RequestHttpEnum.GET,
|
||||||
requestUrl: ''
|
requestUrl: '',
|
||||||
|
requestInterval: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
export class publicConfig implements PublicConfigType {
|
export class publicConfig implements PublicConfigType {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user