叶松
2023-11-29 b570f6cb70f4499d98c6b7591d0217c58c5a013a
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
                    })
                })