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