From bf15415793e0fa9e05a48f767daa1d2e63744cf0 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 28 五月 2024 17:16:12 +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 4b09bef..7c8bf4e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -58,7 +58,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