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 |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/books/lifeCare/index.vue b/src/books/lifeCare/index.vue
index bdc7a35..650eb00 100644
--- a/src/books/lifeCare/index.vue
+++ b/src/books/lifeCare/index.vue
@@ -8,6 +8,9 @@
         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" />
@@ -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