This commit is contained in:
xingyy 2024-09-02 14:39:57 +08:00
parent 76251e092d
commit 7b6f476d26

View File

@ -8,7 +8,7 @@ import {onExit } from "@dcloudio/uni-app";
import { Communication } from '../../utils/communication.js';
const commun=new Communication()
/* import {
import {
registerRequestPermissionTipsListener,
unregisterRequestPermissionTipsListener,
setRequestPermissionTips
@ -52,7 +52,7 @@ onExit(()=>{
})
}
}
})*/
})
function initializeWebView() {
const currentWebview = getCurrentPages().pop().$getAppWebview()
commun.setWebView(currentWebview.children()[0])