智慧保安互联网APP
shuishen
2021-08-26 47d4935166fdd8cac158c4b054ecd312a63b2270
pages/map/map.vue
@@ -15,10 +15,12 @@
      methods: {},
      mounted() {},
      onLoad: function(options) {
         this.urls = "http://web.byisf.com/mapWz/xcxmap.html?id="+ this.$store.state.UserData.jurisdiction + "&userid="+ this.$store.state.UserData.role_id;
         // this.urls = "http://127.0.0.1:5500/mapWz/xcxmap.html?id="+ this.$store.state.UserData.jurisdiction + "&userid="+ this.$store.state.UserData.role_id;
         // this.urls = "http://127.0.0.1:5500/mapWz/xcxmap.html?id=" + this.$store.state.UserData.jurisdiction +
         //    "&userid=" + this.$store.state.UserData.role_id;
      },
   }
</script>