获取当前weex页面的根路径
this.$bridge.getWeexPath().then(res => { console.log(res.weexPath) })
{ weexPath: 'file:///data/...' }
← dismissPage 关闭原生弹窗容器 goLocationSetting iOS跳转定位设置 →