ZhangXianQiang
2024-07-01 4f28f987462c7c0c784930e1a3995dbeaa2bbbbf
fix:修改问题
2个文件已修改
5 ■■■■■ 已修改文件
index.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/exam/components/answer-main/answer-fill/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>
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);