From 4e974b7b54f3ee0561a7291e6fd60e4a4491c6de Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期二, 28 五月 2024 16:39:35 +0800
Subject: [PATCH] 增加流程图

---
 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