From 11808f0d0c2dff99447f672ff2cb913f45576b4c Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 23 五月 2024 12:38:53 +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 8a9a39f..58aed61 100644 --- a/src/App.vue +++ b/src/App.vue @@ -46,7 +46,8 @@ }); } else { this.activeBook = await this.config.getBookConfig( - this.config.resourceCtx + "childHealth" + // childHealth + this.config.resourceCtx + "lifeCare" ); this.config.activeBook = this.activeBook; this.config.goodsStore = this.activeBook.storeRefcode; -- Gitblit v1.9.1