From aa8dbdc24e813592153a78ebd50424c9c9fe818d Mon Sep 17 00:00:00 2001 From: bingbo <bingbo1993@126.com> Date: 星期一, 27 十一月 2023 15:38:15 +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