+
liuyg
2021-12-17 4d39edd970d8517f416b4cec2d9babad8e5d95b5
src/components/mobileCortrolButtom/index.vue
@@ -53,7 +53,7 @@
    };
  },
  computed: {
    ...mapGetters(["mviewer"]),
    ...mapGetters(["mviewer", "openmobileGoTo"]),
  },
  created() {
    this.DC = global.DC;
@@ -78,12 +78,14 @@
      this.$store.commit("MSET_BIGPOPUPAFTER", true);
    },
    goOn() {
      console.log(returnCitySN["cip"]);
      let data = {
        ip: returnCitySN["cip"],
        key: "7WKBZ-QDY62-WEEUG-C7KUN-ADAF5-L5BKZ",
      };
      console.log("定位", data.ip);
      let that = this;
      this.$store.commit("MSET_OPENMOBILEGOTO", !that.openmobileGoTo);
      // console.log(returnCitySN["cip"]);
      // let data = {
      //   ip: returnCitySN["cip"],
      //   key: "7WKBZ-QDY62-WEEUG-C7KUN-ADAF5-L5BKZ",
      // };
      // console.log("定位", data.ip);
      // getIp(data).then((res) => {
      //   // getUsers(data).then((res) => {
      //   console.log(res);