From 6ac84f695d8f0e4f647bf82d719a1eed24e4d7dc Mon Sep 17 00:00:00 2001
From: 叶松 <2217086471@qq.com>
Date: 星期四, 23 十一月 2023 14:07:29 +0800
Subject: [PATCH] Merge branch 'master' of http://111.30.93.211:10101/r/supipe
---
web/src/views/DeviceManage/BigDevice.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/src/views/DeviceManage/BigDevice.vue b/web/src/views/DeviceManage/BigDevice.vue
index 0a5e271..0b96c37 100644
--- a/web/src/views/DeviceManage/BigDevice.vue
+++ b/web/src/views/DeviceManage/BigDevice.vue
@@ -337,7 +337,7 @@
res.data.tbigPaths.filter(iten=>iten.fileType ===1).map(item=>{
this.imageList.push({
id: this.imageList.length + 1,
- url:`https://pipe.thhy-tj.com/${item.filePath}`,
+ url:`https://szpipe.thhy-tj.com/${item.filePath}`,
name:item.filePathName,
nameImg:item.filePathName
})
@@ -459,7 +459,7 @@
res.data.tbigPaths.filter(iten=>iten.fileType ===1).map(item=>{
this.imageList.push({
id: this.imageList.length + 1,
- url:`https://pipe.thhy-tj.com/${item.filePath}`,
+ url:`https://szpipe.thhy-tj.com/${item.filePath}`,
name:item.filePathName,
nameImg:item.filePathName
})
--
Gitblit v1.9.3