From e411aae838823ff5e3eee452188c7227bccf0e33 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 17 十月 2024 16:21:41 +0800
Subject: [PATCH] 数学

---
 src/books/mathBook/view/components/chapter001.vue |   21 +--------------------
 1 files changed, 1 insertions(+), 20 deletions(-)

diff --git a/src/books/mathBook/view/components/chapter001.vue b/src/books/mathBook/view/components/chapter001.vue
index d6d0d54..10afd13 100644
--- a/src/books/mathBook/view/components/chapter001.vue
+++ b/src/books/mathBook/view/components/chapter001.vue
@@ -1,5 +1,5 @@
 <template>
-  <div class="chapter" num="1">
+  <div class="chapter" num="2">
     <div class="page-box" page="8">
       <div v-if="showPageList.indexOf(8) > -1">
         <h1 id="a007">
@@ -2101,24 +2101,6 @@
     <!-- 030 -->
     <div class="page-box hidePage" page="37">
     </div>
-
-    <!-- 鍑芥暟鎺т欢寮圭獥 -->
-    <el-dialog :visible.sync="dialogVisible" width="60%" :append-to-body="true" :show-close="false">
-      <div slot="title" style="padding: 0 0 15px 0; position: relative">
-        <svg style="position: absolute; right: 10px; cursor: pointer" @click="dialogVisible = false" t="1718596022986"
-          class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4252" width="20"
-          height="20" xmlns:xlink="http://www.w3.org/1999/xlink">
-          <path
-            d="M176.661601 817.172881C168.472798 825.644055 168.701706 839.149636 177.172881 847.338438 185.644056 855.527241 199.149636 855.298332 207.338438 846.827157L826.005105 206.827157C834.193907 198.355983 833.964998 184.850403 825.493824 176.661601 817.02265 168.472798 803.517069 168.701706 795.328267 177.172881L176.661601 817.172881Z"
-            fill="#979797" p-id="4253"></path>
-          <path
-            d="M795.328267 846.827157C803.517069 855.298332 817.02265 855.527241 825.493824 847.338438 833.964998 839.149636 834.193907 825.644055 826.005105 817.172881L207.338438 177.172881C199.149636 168.701706 185.644056 168.472798 177.172881 176.661601 168.701706 184.850403 168.472798 198.355983 176.661601 206.827157L795.328267 846.827157Z"
-            fill="#979797" p-id="4254"></path>
-        </svg>
-      </div>
-      <iframe src="https://www.geogebra.org/calculator" frameborder="0" style="width: 100%; min-height: 800px"></iframe>
-    </el-dialog>
-
     <!-- 瑙i鎬濊矾寮圭獥 -->
     <el-dialog :visible.sync="thinkingDialog" width="40%" :append-to-body="true" :show-close="false" @close="closeDialog" class="thinkDialog" >
       <div slot="title" class="think-header" style="padding: 0; text-align: center; color: #333;display:flex;justify-content: center;">
@@ -2248,7 +2230,6 @@
       },
       collectImg: require('../../assets/images/icon/heart.png'),
       collectCheck: require('../../assets/images/icon/heart-check.png'),
-      dialogVisible: false,
       thinkingDialog: false,
       videoPath: '',
       stepIndex: 1,

--
Gitblit v1.9.1