From cc8091d04e810f1769e6e30bfc36ecdba2979a96 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Fri, 7 Mar 2025 13:46:26 +0800 Subject: [PATCH] =?UTF-8?q?refactor(app):=20=E4=BC=98=E5=8C=96=E5=A4=9A?= =?UTF-8?q?=E4=B8=AA=E7=BB=84=E4=BB=B6=E7=9A=84=E6=98=BE=E7=A4=BA=E5=92=8C?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 App.vue 中的 keepalive --- app/app.vue | 2 +- app/components/itemDetail/index.vue | 4 +++- app/pages/home/components/ItemList/index.vue | 2 +- app/pages/liveRoom/index.client.vue | 4 ++-- app/pages/login/index.vue | 11 ++--------- nuxt.config.js | 2 +- 6 files changed, 10 insertions(+), 15 deletions(-) diff --git a/app/app.vue b/app/app.vue index ddba932..8c2c324 100644 --- a/app/app.vue +++ b/app/app.vue @@ -49,7 +49,7 @@ provide('slideDirection', slideDirection) + }" /> diff --git a/app/components/itemDetail/index.vue b/app/components/itemDetail/index.vue index a7836ec..6ae6696 100644 --- a/app/components/itemDetail/index.vue +++ b/app/components/itemDetail/index.vue @@ -22,6 +22,8 @@ const filteredPriceRules = computed(() => { return props.detailInfo.priceRules.slice(0, emptyIndex) } }) +console.log('detailInfo',props.detailInfo); +