From 6429d4b210fadb4face2ade0bbdc02926c444f72 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Wed, 03 Jan 2024 10:32:12 +0800 Subject: [PATCH] fix:公司官网新建 --- src/views/product.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/product.vue b/src/views/product.vue index 377961d..cca30c7 100644 --- a/src/views/product.vue +++ b/src/views/product.vue @@ -37,7 +37,7 @@ > </div> </div> - <router-view></router-view> + <router-view v-if="!isShowCar"></router-view> </div> </template> -- Gitblit v1.8.0