智慧农业大数据平台
xiebin
2022-08-29 b1086afdaad5ccbf9d68fbae5529d3644f690f71
src/views/home/index.vue
@@ -336,7 +336,7 @@
            <template slot="public-box-header">
                <div class="logo"></div>
                <div class="title">市场流通</div>
                <img @click="cityShow = false" src="/img/icon/public-close.png" alt class="close" />
                <img @click="cityShow = false" src="../../../public/img/icon/public-close.png" alt class="close" />
            </template>
            <template slot="public-box-content">
                <div class="market-title">
@@ -400,7 +400,7 @@
                <div class="title">{{this.farmDetails.farmName}}</div>
                <img
                    @click="farmProfiles = false"
                    src="/img/icon/public-close.png"
                    src="../../../public/img/icon/public-close.png"
                    alt
                    class="close"
                />
@@ -414,7 +414,7 @@
                        </div>
                        <div class="scene">
                            <a :href="farmDetails.panoramic" target="_blank">
                                <img src="/img/icon/360.png" alt />
                                <img src="../../../public/img/icon/360.png" alt />
                            </a>
                        </div>
                    </div>
@@ -457,7 +457,7 @@
                <div class="title">农事操作</div>
                <img
                    @click="farmOperPopup = false"
                    src="/img/icon/public-close.png"
                    src="../../../public/img/icon/public-close.png"
                    alt
                    class="close"
                />
@@ -1543,20 +1543,20 @@
                    that.equipmentList.staList.forEach(item => {
                        // 气象
                        if (item.dictTypeNum == 1) {
                            that.$refs.modalForm.addSiteEntity(item, '/img/icon/map-qx.png')
                            that.$refs.modalForm.addSiteEntity(item, '../../../zhny-dp/img/icon/map-qx.png')
                        } else if (item.dictTypeNum == 2) {
                            // 空气
                            that.$refs.modalForm.addSiteEntity(item, '/img/icon/map-qx.png')
                            that.$refs.modalForm.addSiteEntity(item, '../../../zhny-dp/img/icon/map-qx.png')
                        } else if (item.dictTypeNum == 3) {
                            // 水质
                            that.$refs.modalForm.addSiteEntity(item, '/img/icon/map-sz.png')
                            that.$refs.modalForm.addSiteEntity(item, '../../../zhny-dp/img/icon/map-sz.png')
                        } else if (item.dictTypeNum == 4) {
                            // 土壤
                            that.$refs.modalForm.addSiteEntity(item, '/img/icon/map-tr.png')
                            that.$refs.modalForm.addSiteEntity(item, '../../../zhny-dp/img/icon/map-tr.png')
                        }
                    })
                    that.equipmentList.vidList.forEach(item => {
                        that.$refs.modalForm.addSiteEntity(item, '/img/icon/map-jk.png')
                        that.$refs.modalForm.addSiteEntity(item, '../../../zhny-dp/img/icon/map-jk.png')
                    })
                }
            })
@@ -1979,10 +1979,10 @@
<style scoped lang="scss">
@font-face {
    font-family: 'DS-Digital';
    src: url('/DS-Digital/DS-DIGI-1.ttf');
    src: url('/DS-Digital/DS-DIGIB-2.ttf');
    src: url('/DS-Digital/DS-DIGII-3.ttf');
    src: url('/DS-Digital/DS-DIGIT-4.ttf');
    src: url('../../../public/DS-Digital/DS-DIGI-1.ttf');
    src: url('../../../public/DS-Digital/DS-DIGIB-2.ttf');
    src: url('../../../public/DS-Digital/DS-DIGII-3.ttf');
    src: url('../../../public/DS-Digital/DS-DIGIT-4.ttf');
}
.container {
@@ -2031,7 +2031,7 @@
                        .log {
                            left: auto;
                            right: 0;
                            background: url(/img/icon/nc-num.png) no-repeat;
                            background: url(../../../public/img/icon/nc-num.png) no-repeat;
                        }
                        .t-l,
@@ -2065,7 +2065,7 @@
                        .log {
                            left: 0;
                            right: auto;
                            background: url(/img/icon/pel-num.png) no-repeat;
                            background: url(../../../public/img/icon/pel-num.png) no-repeat;
                        }
                        .t-l,
@@ -2504,7 +2504,7 @@
                        margin-left: 16px;
                        width: 10px;
                        height: 14px;
                        background: url(/img/icon/l-icon.png) no-repeat;
                        background: url(../../../public/img/icon/l-icon.png) no-repeat;
                        background-size: 100% 100%;
                    }
@@ -2518,7 +2518,7 @@
                        right: -54px;
                        width: 74px;
                        height: 19px;
                        background: url(/img/icon/r-icon.png) no-repeat;
                        background: url(../../../public/img/icon/r-icon.png) no-repeat;
                        background-size: 100% 100%;
                    }
@@ -2528,7 +2528,7 @@
                        bottom: 0;
                        width: 378px;
                        height: 5px;
                        background: url(/img/icon/line.png) no-repeat;
                        background: url(../../../public/img/icon/line.png) no-repeat;
                        background-size: 100% 100%;
                    }
@@ -2538,7 +2538,7 @@
                        bottom: 0;
                        width: 20px;
                        height: 3px;
                        background: url(/img/icon/r-line.png) no-repeat;
                        background: url(../../../public/img/icon/r-line.png) no-repeat;
                        background-size: 100% 100%;
                    }
                }
@@ -2652,7 +2652,7 @@
        .icon {
            width: 24px;
            height: 24px;
            background: url(/img/icon/city-flow.png) no-repeat;
            background: url(../../../public/img/icon/city-flow.png) no-repeat;
            background-size: 100% 100%;
        }
@@ -2668,12 +2668,12 @@
        bottom: 16px;
        .sl {
            background: url(/img/icon/SL.jpg) no-repeat;
            background: url(../../../public/img/icon/SL.jpg) no-repeat;
        }
        .yx {
            margin-left: 16px;
            background: url(/img/icon/YX.jpg) no-repeat;
            background: url(../../../public/img/icon/YX.jpg) no-repeat;
        }
        .sl,
@@ -2772,7 +2772,7 @@
            li:nth-child(1) {
                .icon {
                    background: url(/img/icon/nc.png) no-repeat;
                    background: url(../../../public/img/icon/nc.png) no-repeat;
                    background-size: 100% 100%;
                }
            }
@@ -2788,28 +2788,28 @@
            li:nth-child(3) {
                .icon {
                    background: url(/img/icon/jk.png) no-repeat;
                    background: url(../../../public/img/icon/jk.png) no-repeat;
                    background-size: 100% 100%;
                }
            }
            li:nth-child(4) {
                .icon {
                    background: url(/img/icon/tr.png) no-repeat;
                    background: url(../../../public/img/icon/tr.png) no-repeat;
                    background-size: 100% 100%;
                }
            }
            li:nth-child(5) {
                .icon {
                    background: url(/img/icon/qx.png) no-repeat;
                    background: url(../../../public/img/icon/qx.png) no-repeat;
                    background-size: 100% 100%;
                }
            }
            li:nth-child(6) {
                .icon {
                    background: url(/img/icon/sz.png) no-repeat;
                    background: url(../../../public/img/icon/sz.png) no-repeat;
                    background-size: 100% 100%;
                }
            }