bingbo
2023-11-26 5b0fccf7c888215763e812fdfdee98ce7322fcd0
web/src/views/SystemNotice/SendFile.vue
@@ -207,7 +207,7 @@
                res.data.paths.map(item=>{
                    this.imageList.push({
                        id: this.imageList.length + 1,
                        url:`https://pipe.thhy-tj.com/${item}`,
                        url:`https://szpipe.thhy-tj.com/${item}`,
                        name:item
                    })
                })