From f90dde2f7bb903016a8b8d12fe49cda9011b3b6b Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 28 五月 2024 16:42:59 +0800
Subject: [PATCH] 优化

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

diff --git a/src/App.vue b/src/App.vue
index 96b2bda..33c23af 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -55,7 +55,7 @@
     } else {
       this.activeBook = await this.config.getBookConfig(
         // childHealth
-        this.config.resourceCtx + "lifeCare"
+        this.config.resourceCtx + "childHealth"
       );
       this.config.activeBook = this.activeBook;
       this.config.goodsStore = this.activeBook.storeRefcode;

--
Gitblit v1.9.1