zhanghua
2024-03-31 2abaf1a68cc38303724d7aa74d2d3ed81af6466f
src/views/smoke/judgment/components/index.vue
@@ -120,7 +120,7 @@
<script>
import basecase from "@/api/operate/basecase";
import baseInfo from "@/api/baseInfo";
import { FILE_ORIGINAL_URL } from "@/utils";
import { FILE_ORIGINAL_PATH } from "@/utils";
import { getStoreInfoList } from "@/api/operate/storeManagement";
import MyDispatch from "@/components/dispatch";
import MyMap from "@/components/map/leafletMap.vue";
@@ -277,8 +277,7 @@
            if (this.currentEvent?.picData) {
                this.imageList = this.currentEvent.picData
                    .split(",")
                    .map((item) => `${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${item}`);
                // this.imageList =['https://www.shutterstock.com/image-photo/grandmother-holding-grandson-her-lap-600w-1954531321.jpg','https://www.shutterstock.com/image-photo/grandmother-holding-grandson-her-lap-600w-1954531321.jpg']
                    .map((item) => FILE_ORIGINAL_PATH + item);
            }
            if (this.currentEvent?.alarmTime || this.currentEvent?.currentAlarmTime) {
                const { alarmTime, currentAlarmTime } = this.currentEvent;