animeic-cloud 1 개월 전
부모
커밋
925093893b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      sku3d/sku3d/test/index.html

+ 2 - 1
sku3d/sku3d/test/index.html

@@ -170,7 +170,8 @@
             }
 
             try {
-                const response = await fetch(`${baseUrl}/image/fassi/list?url=${imageUrl}`, {
+                const encodedUrl = encodeURIComponent(imageUrl);
+                const response = await fetch(`${baseUrl}/image/fassi/list?url=${encodedUrl}`, {
                     method: 'GET',
                     headers: {
                         'Authorization': token,