From 7806f1910522ac9ab1eaebd26ab973afec54850c Mon Sep 17 00:00:00 2001 From: 邱宇豪 <qyh123230312> Date: 星期四, 30 十一月 2023 09:30:38 +0800 Subject: [PATCH] 20231130_qiuyh_调整区域巡检打卡 --- sz_app/pages/spotCheck/spotDetail.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sz_app/pages/spotCheck/spotDetail.vue b/sz_app/pages/spotCheck/spotDetail.vue index ebc4210..0b40b3a 100644 --- a/sz_app/pages/spotCheck/spotDetail.vue +++ b/sz_app/pages/spotCheck/spotDetail.vue @@ -93,7 +93,7 @@ <u-image v-for="item in formData.fileList" :key="item.id" - :src="`http://filemanage.thhy-tj.com:8888${item.file}`" + :src="`https://szpipe.thhy-tj.com${item.file}`" width="100px" height="100px" radius="4"> -- Gitblit v1.9.3