zzzz
2024-03-27 71d9414eea8a2aa2f1bb9cc8f23f0a69973269f5
src/components/foot.vue
@@ -112,16 +112,6 @@
  mounted() {},
  methods: {
    goRouter(url, index) {
      if (index === 2 || index === 3 || index === 4 || index === 5) {
        if (
          window.localStorage.getItem("USERTOKEN") === "" ||
          window.localStorage.getItem("USERTOKEN") == null ||
          window.localStorage.getItem("USERTOKEN") == undefined
        ) {
          this.$emit("close");
          return;
        }
      }
      this.touch = index;
      setTimeout(() => {
        this.touch = 0;