yangg 6 일 전
부모
커밋
6c78cf08f0
5개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/css/app.77201a8d.css
  3. 0 0
      dist/static/js/app.5f5ed010.js
  4. 0 0
      dist/static/js/app.7b544ce3.js
  5. 3 3
      src/components/FilePreview/index.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/app.77201a8d.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.5f5ed010.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.7b544ce3.js


+ 3 - 3
src/components/FilePreview/index.vue

@@ -260,12 +260,12 @@ export default {
       return this.fileUrl;
     },
   },
-  mounted() {
+  mounted() { 
     console.log(this.isWord);
     if (this.fileType === "txt") {
       this.loadTextContent();
-    } else if (this.isWord) {
-      this.loadWordContent();
+    } else if (this.$route.query.type == "docx") {
+     this.loadWordContent();
     } else if (this.$route.query.type == "xlsx") {
       this.loadExcelContent();
     }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.