From fa12796a50ff655105b98c472df7eef69fc66204 Mon Sep 17 00:00:00 2001
From: 李旭东 <woaiguo66@sina.com>
Date: 星期二, 21 十一月 2023 16:58:31 +0800
Subject: [PATCH] Merge branch 'master' of http://111.30.93.211:10101/r/supipe
---
web/src/components/LookFile.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/src/components/LookFile.vue b/web/src/components/LookFile.vue
index 20bcbc0..bf83b1d 100644
--- a/web/src/components/LookFile.vue
+++ b/web/src/components/LookFile.vue
@@ -24,7 +24,7 @@
<img src="../assets/t.png" style="width: 100%; height: 100%;" v-if="item.type == 'txt'">
<img src="../assets/ppt.png" style="width: 100%; height: 100%;"
v-if="item.type == 'ppt'||item.type == 'pptx'">
- <img :src="`https://pipe.thhy-tj.com/${item.url}`" style="width: 100%; height: 100%;"
+ <img :src="`https://szpipe.thhy-tj.com/${item.url}`" style="width: 100%; height: 100%;"
v-if="['png','jpg','gif'].includes(item.type)">
<div class="img-text">{{item.name}}</div>
</div>
@@ -44,7 +44,7 @@
<canvas v-else id="files"></canvas>
</div>
<div class="pdf-center" v-if="imgs">
- <img :src="`https://pipe.thhy-tj.com/${imgUrl}`" style="width: 100%; height: 100%;">
+ <img :src="`https://szpipe.thhy-tj.com/${imgUrl}`" style="width: 100%; height: 100%;">
</div>
</el-dialog>
</div>
--
Gitblit v1.9.3