WXL
2025-01-15 3a7caf4344d5911a3ee68d232e53887d6cc2ff6b
src/App.vue
@@ -2,7 +2,7 @@
  <div id="app">
    <router-view />
    <theme-picker />
    <Assistant v-if="routertf" />
    <!-- <Assistant v-if="routertf" /> -->
  </div>
</template>
@@ -17,19 +17,13 @@
  },
  data() {
    return {
      routers: this.$route.path.split("/").pop(),
      routers: window.location.href,
      routertf: true,
    };
  },
  created() {
    console.log(this.routers);
    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 {