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

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

@@ -114,7 +114,7 @@ const setBackImage = (blob: Blob) => {
 
 const updateAddShape = async (s, d) => {
   if (d) {
-    state.value.addData = getUrlSrc({type: 102}) + '/' + await uploadFile(d);
+    state.value.addData = await uploadFile(d);
     console.log('state.value', state.value.addData);
   }
   state.value.addShape = s;