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