WXL
2024-07-16 0e4451c2f23f214880e05ba99905ebd64ea41000
src/App.vue
@@ -22,14 +22,15 @@
    };
  },
  created() {
    console.log(this.routers);
    if (
      this.routers == "outsideChainxj" ||
      this.routers == "outsideChain" ||
      this.routers == "outsideChainwt"
    ) {
      this.routertf = false;
    }
    this.routertf = this.$route.query.param5;
    console.log(this.routertf, "12");
    // if (
    //   this.routers == "outsideChainxj" ||
    //   this.routers == "outsideChain" ||
    //   this.routers == "outsideChainwt"
    // ) {
    //   this.routertf = false;
    // }
  },
  metaInfo() {
    return {