zhanghua
2024-03-15 fdce3979b5e1a97433def22ad0b0d783143da2f3
src/components/scene/index.vue
@@ -187,6 +187,8 @@
                if (invesList.pic) {
                    invesList.pic.forEach((o) => {
                        o = o.replace("[", "").replace("]", "");
                        o = o.replace("http://111.1.140.92:28081/sccg/API/img?fileUrl=","")
                        this.investigation.pic.push(
                            `${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${o}`
                        );