未验证 提交 979060cf 编写于 作者: O openharmony_ci 提交者: Gitee

!8921 【OpenHarmony...

!8921 【OpenHarmony 3.2.12.5】【3.2-Release】【ARKUI子系统】【TOD】【rk3568】【必现】修改MixedModeAll,MixedModeNone的Url
Merge pull request !8921 from 边鑫博/OpenHarmony-3.2-Release
...@@ -495,14 +495,14 @@ struct Index { ...@@ -495,14 +495,14 @@ struct Index {
this.mixedSwitch=true this.mixedSwitch=true
this.mixedMode=MixedMode.None this.mixedMode=MixedMode.None
await Utils.sleep(2000) await Utils.sleep(2000)
this.controller.loadUrl({url:"https://www.openharmony.cn/mainPlay"}) this.controller.loadUrl({url:"https://mixed-script.badssl.com"})
break; break;
} }
case "emitMixedModeAll":{ case "emitMixedModeAll":{
this.mixedAllSwitch=true this.mixedAllSwitch=true
this.mixedMode=MixedMode.All this.mixedMode=MixedMode.All
await Utils.sleep(2000) await Utils.sleep(2000)
this.controller.loadUrl({url:"https://www.openharmony.cn/mainPlay"}) this.controller.loadUrl({url:"https://mixed-script.badssl.com"})
break; break;
} }
case "emitFileAccessTrue":{ case "emitFileAccessTrue":{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册