张磊磊
2023-11-21 c0d86c96b9c56f2d6af5fc655c0f9d388b89e0e8
web/src/components/uploadPhoto.vue
@@ -142,7 +142,7 @@
            this.fileList.push({
              id: this.fileList.length + 1,
              // url:`${process.env.VUE_APP_BASE_URL}${res.data}`,
              url: `https://pipe.thhy-tj.com/${res.data}`,
              url: `https://szpipe.thhy-tj.com/${res.data}`,
              name: res.data,
              nameImg: file.file.name,
            });