From 597ab2b43cdb37b58cf046f52c8c78424cd1b173 Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期四, 23 五月 2024 14:35:58 +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