北京经济技术开发区经开区虚拟城市项目-【前端】-移动端Web
少年
2024-02-06 0350f3c02209ee8b62f818810eaa663289158843
src/components/login.vue
@@ -9,6 +9,7 @@
    return {};
  },
  mounted() {
    //  this.$router.push("/index");
    this.getQueryString("focus-open-code");
    // if (
    //   window.location.href.match(/=(\S*)#/) &&
@@ -25,13 +26,12 @@
  methods: {
    getQueryString(name) {
      this.$router.push("/index");
      // var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)");
      // var r = window.location.search.substr(1).match(reg);
      // if (r != null) {
      //   this.$router.push("/index");
      // }
      // return null;
      var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)");
      var r = window.location.search.substr(1).match(reg);
      if (r != null) {
        this.$router.push("/index");
      }
      return null;
    },
    // 京办免密登录
    // passJBFree() {