删除对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
|
||||
// 自定义证书路径
|
||||
caPath?: string
|
||||
constructor(option?:ImageOption) {
|
||||
this.caPath = option?.caPath
|
||||
constructor() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue