Browse Source

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

bill 2 năm trước cách đây
mục cha
commit
488fabd195
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(() =>