From 78755afe645794b4aaf679e29e4cca10a72bc807 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期五, 12 七月 2024 09:37:41 +0800
Subject: [PATCH] 合并代码

---
 src/App.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 77be6ac..f35775e 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -65,7 +65,7 @@
         process.env.VUE_APP_RESOURCE_CTX +
           (process.env.VUE_APP_ENV == "product"
             ? process.env.VUE_APP_BOOK_ID
-            : "artAndDrama")
+            : "childHealth")
       );
       // 娴嬭瘯璇曡30椤�
       // this.activeBook.tryPageCount = 10;
@@ -74,6 +74,7 @@
     }
   }
 };
+
 </script>
 
 <style lang="less">

--
Gitblit v1.9.1