fix(备份域名): 修复code2session的备份域名逻辑,支持配置多个备份域名列表 (#73)
This commit is contained in:
2
build/interface.d.ts
vendored
2
build/interface.d.ts
vendored
@@ -24,7 +24,7 @@ export interface IInitOption {
|
||||
errorHandler?: Function | null;
|
||||
beforeSend?: Function | null;
|
||||
systemErrorHandler?: Function | null;
|
||||
backupDomain?: string;
|
||||
backupDomainList?: IAnyObject;
|
||||
backupDomainEnableCallback?: Function;
|
||||
}
|
||||
export interface ICodeToSessionOptions {
|
||||
|
||||
Reference in New Issue
Block a user