南昌市物联网技防平台-前端
zengh
2021-03-09 5a731fa204428b68f95a2c656c25d35e838d110d
src/views/security/security.vue
@@ -65,7 +65,7 @@
      <iframe
        id="mapDiv"
        ref="mapDiv"
        src="/map/index.html?openid=APoliceTeam"
        src="/map/index.html?openid=APoliceTeam&ISinit=1"
        frameborder="0"
        width="100%"
        height="100%"
@@ -248,7 +248,7 @@
        this.$nextTick(() => {
          this.$refs.mapDiv.onload = () => {
            window.frames[0].init(null,{x: row.jd, y: row.wd});
          };
        })
      },