WXL
2024-07-16 df21bfb0065ec44c06cd9d3fcd3dc41582cc91a9
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.param5;
    console.log(this.routertf);
    if (
      this.routers == "outsideChainxj" ||
      this.routers == "outsideChain" ||
      this.routers == "outsideChainwt"
    ) {
      this.routertf = false;
    }
  },
  metaInfo() {
    return {
      title: