WXL
2024-07-16 cc73ea5320fed8a39e00bfc0fa02810199559122
测试完成
已修改1个文件
18 ■■■■ 文件已修改
src/App.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/App.vue
@@ -22,15 +22,15 @@
    };
  },
  created() {
    this.routertf = this.$route.param5;
    console.log(this.routertf);
    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 {