bingbo
2023-11-24 32f8cdece29c52f4860b163b11148e281e146b13
web/src/views/DuctpiecePLM/DuctpieceIndex.vue
@@ -453,7 +453,7 @@
            this.fileList = res.data.files.map((item, index) => {
              return {
                id: index + 1,
                url: `https://pipe.thhy-tj.com/${item}`
                url: `https://szpipe.thhy-tj.com/${item}`
              }
            })
          }