jichoi / lms_front star
홍아랑 홍아랑 2024-08-23
240823 이은진 미니게임 이미지 url 수정
@72aff319e552da68dc6043fc98534237474318c8
client/views/pages/main/Chapter/Chapter2_5.vue
--- client/views/pages/main/Chapter/Chapter2_5.vue
+++ client/views/pages/main/Chapter/Chapter2_5.vue
@@ -128,6 +128,8 @@
 
       seq: this.$store.getters.seqNum,
       hiddenState: false,
+
+      imgUrl: null,
     };
   },
   computed: {},
@@ -213,7 +215,7 @@
 
         const fileInfo = await this.findFile(this.dataList.fileMngId);
         if (fileInfo) {
-          this.imgUrl = "http://localhost:9080/" + fileInfo.fileRpath;
+          this.imgUrl = "http://165.229.169.113:9080/" + fileInfo.fileRpath;
           console.log(this.imgUrl);
         } else {
           console.warn("No file found for the given fileMngId.");
Add a comment
List