feat: 新增组件更新单独设置功能

This commit is contained in:
奔跑的面条
2022-07-08 17:53:52 +08:00
parent 88abcf8a4a
commit 801f6e8d18
5 changed files with 29 additions and 13 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ const requestConfig: RequestConfigType = {
requestDataType: RequestDataTypeEnum.STATIC,
requestHttpType: RequestHttpEnum.GET,
requestUrl: '',
requestInterval: 0
requestInterval: undefined
}
export class publicConfig implements PublicConfigType {