From a820b8ea4e0049754f8a7b98e234668991c711ed Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 22 五月 2024 14:44:43 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/content/js/examinationList.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/books/content/js/examinationList.js b/src/books/content/js/examinationList.js index 7d3a6a5..7f84294 100644 --- a/src/books/content/js/examinationList.js +++ b/src/books/content/js/examinationList.js @@ -1,7 +1,7 @@ - const testData = { +const testData = { 1: { - 9: [66984,66985,66986], - }, -} + 9: [66984, 66985, 66986] + } +}; -export default testData +export default testData; -- Gitblit v1.9.1