From 4f28f987462c7c0c784930e1a3995dbeaa2bbbbf Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期一, 01 七月 2024 14:26:48 +0800
Subject: [PATCH] fix:修改问题
---
src/views/exam/components/answer-main/answer-fill/index.vue | 4 +---
index.html | 1 +
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/index.html b/index.html
index 1f7f6f8..cfa84ca 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title>
+ <!-- 鐢熶骇鐗堟湰鎹㈡簮 -->
<script src='https://meet.jit.si/external_api.js'></script>
</head>
<body>
diff --git a/src/views/exam/components/answer-main/answer-fill/index.vue b/src/views/exam/components/answer-main/answer-fill/index.vue
index 773dfab..7ce7988 100644
--- a/src/views/exam/components/answer-main/answer-fill/index.vue
+++ b/src/views/exam/components/answer-main/answer-fill/index.vue
@@ -24,9 +24,7 @@
import { useExamStore } from '@/store/index.js';
const examStore = useExamStore();
-const answerList = ref({
- 'answer0': ''
-});
+const answerList = ref({});
const { currentType, currentIndex } = storeToRefs(examStore);
--
Gitblit v1.8.0