# goToWebUrlNew

打开web页面(新webview),默认开启缓存清除

# 请求参数

Prop Type Required Default Description
url String Y - 页面地址
param Object N {} 配置参数

# 接口调用示例

this.$bridge.goToWebUrlNew('https://example.com')
1