叶松
2023-11-21 77648aa84e332711e798e833deb41c2c384462ce
web/src/views/QualityManage/components/PatternCheck.vue
@@ -367,7 +367,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
                    })