更新说明:

1、删除了注释

Signed-off-by: 明月清风 <2928139825@qq.com>
This commit is contained in:
明月清风 2023-09-08 15:35:12 +08:00
parent 0d12aada09
commit 2a81270820
1 changed files with 0 additions and 1 deletions

View File

@ -183,7 +183,6 @@ export struct ImageKnifeComponent {
if (this.imageKnifeOption.isCacheable != null && this.imageKnifeOption.isCacheable != undefined) {
request.skipMemoryCache(!this.imageKnifeOption.isCacheable)
console.log("内存缓存策略" + this.imageKnifeOption.isCacheable)
}