获得当前 weex 页面的路径,
N/A
this.$bridge.getPath().then(res => { this.$alert(res) })
weexPath
String
xxxx
当前weex页面的路径
//示例 { weexPath: 'https://xxx/demo/weex.js' }
← pop 返回/回退 backToNative 返回原生页面 →