1
zzzz
2024-04-07 74bcf0374dad94d352b68f10e2e3d6e0ebc2c9dc
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;