From 3a95f79805a490d23d969faedb376bcc9ac14fb5 Mon Sep 17 00:00:00 2001
From: 叶松 <2217086471@qq.com>
Date: 星期三, 22 十一月 2023 14:22:33 +0800
Subject: [PATCH] 增加提示全部
---
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