删除对constructor的修改
Signed-off-by: jinzhao <jinzhao@kaihong.com>
This commit is contained in:
parent
c75bb9226a
commit
80ba246aeb
|
@ -80,8 +80,8 @@ export class ImageKnifeOption {
|
||||||
drawingColorFilter?: ColorFilter | drawing.ColorFilter
|
drawingColorFilter?: ColorFilter | drawing.ColorFilter
|
||||||
// 自定义证书路径
|
// 自定义证书路径
|
||||||
caPath?: string
|
caPath?: string
|
||||||
constructor(option?:ImageOption) {
|
constructor() {
|
||||||
this.caPath = option?.caPath
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue