From 713e5f5c012eb510b768d4f75d6aa1e2631e649b Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 03 六月 2024 19:09:23 +0800 Subject: [PATCH] 连线题,合并 --- src/books/childHealth/assets/examinationList.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/books/childHealth/assets/examinationList.js b/src/books/childHealth/assets/examinationList.js index 450ef3f..dd56c38 100644 --- a/src/books/childHealth/assets/examinationList.js +++ b/src/books/childHealth/assets/examinationList.js @@ -1,6 +1,6 @@ const testData = { 2: { - 9: [63795, 63796, 63797, 63798, 63804], + 10: [63795, 63796, 63797, 63798, 63804], 14: [65859, 65860, 65861, 65862], 17: [65863, 65864, 65865, 65866, 65867, 65868, 65869], 22: [65870, 65871, 65872, 65873, 65874], -- Gitblit v1.9.1