bingbo
2023-11-27 75c292340b20e71e30af074e3919e9b2d8d50d5b
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
                    })
                })