From 6cebc8ffa6e66cc5664fcd0202271330b7b501a7 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期一, 27 五月 2024 17:16:19 +0800
Subject: [PATCH] 提交

---
 src/books/lifeCare/index.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/books/lifeCare/index.vue b/src/books/lifeCare/index.vue
index 6f44c79..650eb00 100644
--- a/src/books/lifeCare/index.vue
+++ b/src/books/lifeCare/index.vue
@@ -8,13 +8,16 @@
         transform: `scale(${pageZoom ? pageZoom : 1})`,
       }"
     >
+      <div style="width: 100%; height: 800px;">
+        <drawflow />
+      </div>
       <front001 v-if="showCatalogList.indexOf(0) > -1" />
       <ChapterOne v-if="showCatalogList.indexOf(1) > -1" />
       <ChapterTwo v-if="showCatalogList.indexOf(2) > -1" />
       <ChapterThree v-if="showCatalogList.indexOf(3) > -1" />
       <ChapterFour v-if="showCatalogList.indexOf(4) > -1" />
       <ChapterFive v-if="showCatalogList.indexOf(5) > -1" />
-      <chapterSix v-if="showCatalogList.indexOf(6) > -1" />
+      <!-- <chapterSix v-if="showCatalogList.indexOf(6) > -1" /> -->
       <!-- <chapterSix /> -->
       <!-- <chapterSeven /> -->
       <!-- <chapterEight /> -->
@@ -52,6 +55,7 @@
 import chapter016 from "./view/chapter016";
 import chapter017 from "./view/chapter017";
 import NoteIcon from "@/assets/images/biji.png";
+import drawflow from "@/components/drawflow";
 import _ from "lodash";
 export default {
   data() {
@@ -147,6 +151,7 @@
     // }, 3000);
   },
   components: {
+    drawflow,
     front001,
     ChapterOne,
     ChapterTwo,

--
Gitblit v1.9.1