WXL
2024-07-16 cc73ea5320fed8a39e00bfc0fa02810199559122
src/App.vue
@@ -2,7 +2,7 @@
  <div id="app">
    <router-view />
    <theme-picker />
    <Assistant v-if="" />
    <Assistant v-if="routertf" />
  </div>
</template>
@@ -15,6 +15,23 @@
    ThemePicker,
    Assistant: () => import("./components/Assistant"), //异步组件加载方式
  },
  data() {
    return {
      routers: this.$route.path.split("/").pop(),
      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;
    // }
  },
  metaInfo() {
    return {
      title: