Lijy 6 päivää sitten
vanhempi
commit
09dc77a455

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/contract/components/customContract.vue

@@ -797,7 +797,7 @@ export default {
       const { url } = row
       this.filePreviewUrl = ''; // 先清空,防止 iframe 不刷新
       this.$nextTick(() => {
-        this.filePreviewUrl = `http://1.94.62.58:9097` + url
+        this.filePreviewUrl = url
         // this.filePreviewUrl = `https://worktime.ttkuaiban.com/upload/7538bc96c9844c21a4c5f99e0de5d0f9.docx`
       });
     },