tangning 5 달 전
부모
커밋
e80a8a526a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/view/case/draw/index.vue

+ 0 - 1
src/view/case/draw/index.vue

@@ -148,7 +148,6 @@ const handleCropping = async (data) => {
   const appStore = await getStore();
   const args = props.value!;
   let imgUrl = args.inAdd ? ognFilesUrl.value : appStore.store.ognFilesUrl;
-  console.log('titleShape', appStore, board.value, imgUrl);
   const {width, height } = appStore.store.floors?.[0].bgImage;
   const blob = await fetch(imgUrl || state.value.selectShape.data.url).then(res => res.blob());
   const cropBlob = await imageCropper({