mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix:修改请求地址为null时引起的异常bug
This commit is contained in:
@@ -6,7 +6,8 @@ import { chartInitConfig } from '@/settings/designSetting'
|
||||
|
||||
const requestConfig: RequestConfigType = {
|
||||
requestDataType: RequestDataTypeEnum.STATIC,
|
||||
requestHttpType: RequestHttpEnum.GET
|
||||
requestHttpType: RequestHttpEnum.GET,
|
||||
requestUrl: ''
|
||||
}
|
||||
|
||||
export class publicConfig implements PublicConfigType {
|
||||
|
||||
Reference in New Issue
Block a user