cyy 2 mesi fa
parent
commit
da1e1b3f60
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/business/platform/file/file-preview/index.vue

+ 2 - 2
src/business/platform/file/file-preview/index.vue

@@ -2,7 +2,7 @@
  * @Author: cyy szjbdcyy@126.com
  * @Date: 2023-08-30 17:41:37
  * @LastEditors: cyy szjbdcyy@126.com
- * @LastEditTime: 2026-01-21 16:16:14
+ * @LastEditTime: 2026-01-22 10:12:13
  * @FilePath: \lh_firm_former\src\business\platform\file\file-preview\index.vue
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 -->
@@ -57,7 +57,7 @@ export default {
           this.fileId = this.file.id
           this.fileExt = this.file.ext
           console.log("file-preview:this.file", this.file)
-.          this.url = previewFile(this.file.id) || ''
+          this.url = previewFile(this.file.id) || ''
         }
       },
       immediate: true