From fb9ca70fc06f050ee5ffd2264c6b7b1f6bf08475 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 28 五月 2024 16:52:46 +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 7c8bf4e..4b09bef 100644 --- a/src/App.vue +++ b/src/App.vue @@ -58,7 +58,7 @@ } else { this.activeBook = await this.config.getBookConfig( // childHealth - this.config.resourceCtx + "childHealth" + this.config.resourceCtx + "lifeCare" ); this.config.activeBook = this.activeBook; this.config.goodsStore = this.activeBook.storeRefcode; -- Gitblit v1.9.1