From dcf680163aa6a0c3052b35ed79a74230daae9c46 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Fri, 6 Mar 2026 15:02:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.vue | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index bfcd2b6..862ac9b 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -265,7 +265,6 @@ const getDepId = () => { const indexNum = ref(0) //当前展示的气泡框 const showNotification = ref(false) //是否自动展开提示 const allDep = ref([]) //所有部门 - const handleOpenNotification = () => { clearInterval(popupTimer.value) showNotification.value = !showNotification.value; @@ -280,6 +279,7 @@ const handleOpenNotification = () => { startPopupLoop() } } + const makerCenter = () => { const dw = require("@/assets/point/dingwei.png") qcckGet({}, '/mosty-gsxt/lzJcjPjdb/selectCountNew').then(res => { @@ -291,18 +291,15 @@ const makerCenter = () => { } //播放音频 const ispLayBack = ref(true) - // 打开播放 const openLayBack = () => { ispLayBack.value = true } - // 关闭播放 const closeLayBack = () => { ispLayBack.value = false audioPlayer.pause() } - // 初始化音频播放器 const initAudioPlayer = () => { // 使用工具类初始化音频播放器 @@ -459,13 +456,10 @@ onUnmounted(() => { audioPlayer.destroy() } }) - -