fix(cert): 优化证书更新逻辑
- 移除 CossCertManager 中的冗余证书更新调用 - 在 MiniAppManager 中添加证书更新调用,确保在切换客户端时更新证书
这个提交包含在:
父节点
00ebdc1567
当前提交
7fa3204be1
@ -12,6 +12,7 @@ import { SZYXLocalStorageHelper } from '../utils/SZYXLocalStorageHelper';
|
||||
import { SZYXLocalStorageKeys } from '../utils/SZYXLocalStorageKeys';
|
||||
import { XWebManager } from '../utils/XWebManager';
|
||||
import { TitleBarBtn } from '../view/SafeView';
|
||||
import { HttpHelper } from '../http/HttpHelper';
|
||||
|
||||
@Entry({ routeName: 'XWebview' })
|
||||
@Component
|
||||
@ -222,6 +223,7 @@ export struct XWebview {
|
||||
console.log('contentDisposition:' + event.contentDisposition)
|
||||
console.log('contentLength:' + event.contentLength)
|
||||
console.log('mimetype:' + event.mimetype)
|
||||
|
||||
}
|
||||
})
|
||||
.onPageEnd((url) => {
|
||||
|
||||
正在加载...
在新工单中引用
屏蔽一个用户