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