diff --git a/pages/index/index.vue b/pages/index/index.vue index aaaa56c..bcb1d7d 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -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])