WXL
2024-09-03 aa055fac8e928e10a70e2089353dc1b67d435576
src/App.vue
@@ -17,20 +17,13 @@
  },
  data() {
    return {
      routers: this.$route.path.split("/").pop(),
      routers: window.location.href,
      routertf: true,
    };
  },
  created() {
    this.routertf = this.$route.query.param5;
    console.log(this.routertf, "12");
    // if (
    //   this.routers == "outsideChainxj" ||
    //   this.routers == "outsideChain" ||
    //   this.routers == "outsideChainwt"
    // ) {
    //   this.routertf = false;
    // }
    var startIndex = this.routers.indexOf("param5=") + "param5=".length; // 找到第一个字符的位置
    this.routertf = JSON.parse(this.routers.substring(startIndex)); // 截取从 'param5=' 之后的内容
  },
  metaInfo() {
    return {