Prechádzať zdrojové kódy

冒烟告警页面 图片显示优化

xiaoxin 4 rokov pred
rodič
commit
24ec6ff8e4
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/components/smokeWarn/index.vue

+ 1 - 1
src/components/smokeWarn/index.vue

@@ -257,7 +257,7 @@ export default {
       // console.log(res);
       if (res.status == 200) {
         res.data.data.list.forEach((Element) => {
-          Element.images = "6.200.0.4:8878" + Element.images;
+          Element.images = "http://6.200.0.4:8878" + Element.images;
           return Element;
         });
         this.tableData = res.data.data.list;