From 333fe44c837afba40a8586c1fb4ebdb45cda16c0 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 28 五月 2024 16:43:04 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/lifeCare/index.vue | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/books/lifeCare/index.vue b/src/books/lifeCare/index.vue index d7b5849..abbdfa4 100644 --- a/src/books/lifeCare/index.vue +++ b/src/books/lifeCare/index.vue @@ -9,7 +9,6 @@ transform: `scale(${pageZoom ? pageZoom : 1})`, }" > - <drawflow /> <front001 v-if="showCatalogList.indexOf(1) > -1" /> <ChapterOne v-if="showCatalogList.indexOf(2) > -1" /> <ChapterTwo v-if="showCatalogList.indexOf(3) > -1" /> @@ -54,7 +53,6 @@ import chapter017 from "./view/chapter017"; import chapter018 from "./view/chapter018"; import NoteIcon from "@/assets/images/biji.png"; -import drawflow from "@/components/drawflow"; import _ from "lodash"; export default { data() { @@ -81,7 +79,6 @@ showCatalogList: newVal, }); } - // 鍚姩椤电爜瑙傚療 setTimeout(() => { this.initObservation(); @@ -92,7 +89,7 @@ }, mounted() { // 榛樿鍔犺浇绔犺妭 - this.showCatalogList = [0]; + this.showCatalogList = [4]; // 婊氬姩鐩戝惉鑺傛祦 this.throttledScrollHandler = _.throttle( this.scrollFun, @@ -151,7 +148,6 @@ // }, 3000); }, components: { - drawflow, front001, ChapterOne, ChapterTwo, -- Gitblit v1.9.1