src/views/realTimePolice/real.vue
@@ -288,7 +288,7 @@ <iframe id="mapDiv" ref="mapDiv" src="/map/index.html?openid=ClientManagement" src="/map/index.html?openid=ClientManagement&ISinit=1" frameborder="0" width="100%" height="100%" @@ -815,7 +815,7 @@ this.showMap = true; this.$nextTick(() => { this.$refs.mapDiv.onload = () => { window.frames[0].init(null,{x: row.jd, y: row.wd}); window.frames[0].init("ClientManagement",{x: row.jd, y: row.wd}); }; }) },