src/views/security/security.vue
@@ -65,7 +65,7 @@ <iframe id="mapDiv" ref="mapDiv" src="/map/index.html?openid=ClientManagement" src="/map/index.html?openid=APoliceTeam" frameborder="0" width="100%" height="100%" @@ -248,6 +248,7 @@ this.$nextTick(() => { this.$refs.mapDiv.onload = () => { window.frames[0].init(null,{x: row.jd, y: row.wd}); }; }) },