From 7e3037000e64642c69bc764e5438098bf2583370 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 13 六月 2024 10:10:19 +0800
Subject: [PATCH] 优化

---
 src/books/math/view/components/chapter001.vue    |    7 +------
 src/books/English/view/components/chapter001.vue |    1 +
 src/App.vue                                      |    2 +-
 3 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 2edaae6..a5e51a6 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -79,7 +79,7 @@
         // artAndDance
         // artAndDrama
         // math
-        this.config.resourceCtx + "math"
+        this.config.resourceCtx + "artAndDrama"
       );
       // 娴嬭瘯璇曡30椤�
       // this.activeBook.tryPageCount = 10;
diff --git a/src/books/English/view/components/chapter001.vue b/src/books/English/view/components/chapter001.vue
index 9aaab13..34edb72 100644
--- a/src/books/English/view/components/chapter001.vue
+++ b/src/books/English/view/components/chapter001.vue
@@ -2672,6 +2672,7 @@
       };
     },
     setBookQuestion() {
+      console.log('淇濆瓨');
       localStorage.setItem(
         "english-book-question-one",
         JSON.stringify(this.questionData)
diff --git a/src/books/math/view/components/chapter001.vue b/src/books/math/view/components/chapter001.vue
index 20c25d1..94fe450 100644
--- a/src/books/math/view/components/chapter001.vue
+++ b/src/books/math/view/components/chapter001.vue
@@ -763,12 +763,7 @@
                 }
                 }
               }
-              // this.questionData = res.data.data
-            } else {
-              // this.questionData = res.data.data;
-            }
-          } else {
-            // this.questionData = res.data.data;
+            } 
           }
           this.questionData = res.data.data;
         });

--
Gitblit v1.9.1