瀏覽代碼

修改项目内查看需要密码问题

bill 2 年之前
父節點
當前提交
488fabd195
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/view/case/draw/selectFuseImage.vue

+ 1 - 1
src/view/case/draw/selectFuseImage.vue

@@ -44,7 +44,7 @@ import { QuiskExpose } from "@/helper/mount";
 export type FuseImage = { blob: Blob | null; taggings: CaseTagging[] };
 const props = defineProps<{ caseId: number }>();
 
-const fuseUrl = computed(() => getQuery(props.caseId));
+const fuseUrl = computed(() => getQuery(props.caseId, true));
 
 const taggings = ref<CaseTagging[]>([]);
 const transferSource = computed(() =>