From 88c709b1aad84e53662b28efb951865e8e2b2b64 Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Wed, 10 Sep 2025 13:48:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4url=E6=94=B9=E5=8F=98?= =?UTF-8?q?=E5=8F=8B=E7=9B=9F=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 26e47d6..d57aa98 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -26,12 +26,12 @@ const router = createRouter({ history: createWebHistory(), routes }) // 路由跳转后发送PV统计 router.afterEach(() => { // 检查全局的aplus_queue是否存在 - if (window.aplus_queue) { - // 使用提供的PV发送事件,按要求传递参数 - window.aplus_queue.push({ - action: 'aplus.sendPV', - arguments: [{ is_auto: false }] // 按文档要求传递固定格式参数 - }) - } + // if (window.aplus_queue) { + // // 使用提供的PV发送事件,按要求传递参数 + // window.aplus_queue.push({ + // action: 'aplus.sendPV', + // arguments: [{ is_auto: false }] // 按文档要求传递固定格式参数 + // }) + // } }) export default router \ No newline at end of file