Commit 2b74955f authored by JingChao's avatar JingChao

Update main.js

parent 166609b7
...@@ -86,7 +86,7 @@ Vue.prototype.$routeGo = routeGo ...@@ -86,7 +86,7 @@ Vue.prototype.$routeGo = routeGo
let hlsExit = function () { let hlsExit = function () {
if (vum.Platform.isIOS()) { if (vum.Platform.isIOS()) {
cordova.exec(null, null, 'BridgePlugin', 'closeWebView', []) cordova.exec(null, null, 'BridgePlugin', 'closeWebView', [])
} else if (vum.Platform.isIOS()) { } else {
var dict = { var dict = {
'className': 'WebBridge', 'className': 'WebBridge',
'function': 'close', 'function': 'close',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment