From 7b6f476d26a76cff49575bf1dbf50649a993dd78 Mon Sep 17 00:00:00 2001 From: xingyy <373639591@qq.com> Date: Mon, 2 Sep 2024 14:39:57 +0800 Subject: [PATCH] 1123 --- pages/index/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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])