From ea3e53cb7660966cf14f3075f4a699e6c3f95e66 Mon Sep 17 00:00:00 2001 From: Huangzhe Date: Sat, 24 May 2025 18:40:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A8=A1=E6=9D=BF=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/Questions/useQuestionStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/Questions/useQuestionStore.ts b/src/stores/Questions/useQuestionStore.ts index 27608d8..68b0a44 100644 --- a/src/stores/Questions/useQuestionStore.ts +++ b/src/stores/Questions/useQuestionStore.ts @@ -52,7 +52,7 @@ export const useQuestionStore = defineStore('questionStore', () => { let { data } = await AnswerApi.getQuetions({ id: urlParamSearch.get('sn'), data: { - is_preview: 1, + is_preview: 0, is_template: urlParamSearch.get('is_template') || 0, source: urlParamSearch.get('source') ?? '' }