jichoi / lms_front star
하석형 하석형 2024-08-23
240823 박민혁 파일 수정
@3e36134bff682e5633a1b4991695a1eec0bb396b
client/views/pages/main/Chapter/Chapter2_3.vue
--- client/views/pages/main/Chapter/Chapter2_3.vue
+++ client/views/pages/main/Chapter/Chapter2_3.vue
@@ -223,7 +223,7 @@
 
                     // fileResponse.data.list에서 fileRpath 값을 추출하여 imgSrc에 설정
                     const fileRpath = fileResponse.data.list.length > 0 ? fileResponse.data.list[0].fileRpath : null;
-                    const imgSrc = fileRpath ? `http://http://165.229.169.113:8081/${fileRpath}` : '';
+                    const imgSrc = fileRpath ? `http://165.229.169.113:9080/${fileRpath}` : '';
 
                     return {
                         imgSrc1: `client/resources/img/img53_${6 + index}_35s.png`,
Add a comment
List