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