From bf15415793e0fa9e05a48f767daa1d2e63744cf0 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 28 五月 2024 17:16:12 +0800 Subject: [PATCH] 合并代码 --- src/books/lifeCare/index.vue | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/src/books/lifeCare/index.vue b/src/books/lifeCare/index.vue index d7b5849..d736936 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(); @@ -151,7 +148,6 @@ // }, 3000); }, components: { - drawflow, front001, ChapterOne, ChapterTwo, -- Gitblit v1.9.1