From 2ab8c3100e19f79674a4b14010dae954d769a2a1 Mon Sep 17 00:00:00 2001
From: 叶松 <2217086471@qq.com>
Date: 星期二, 28 十一月 2023 08:45:59 +0800
Subject: [PATCH] 小程序调整传参

---
 sz_app/pages/ductpieceIndex/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sz_app/pages/ductpieceIndex/index.vue b/sz_app/pages/ductpieceIndex/index.vue
index b859482..366783c 100644
--- a/sz_app/pages/ductpieceIndex/index.vue
+++ b/sz_app/pages/ductpieceIndex/index.vue
@@ -435,7 +435,7 @@
 							status: 'success',
 							message: '',
 							data: data.data,
-							url: `http://filemanage.thhy-tj.com:8888/${data.data}`
+							url: `https://szpipe.thhy-tj.com/${data.data}`
 						})
 					},
 					fail: (error) => {

--
Gitblit v1.9.3