dcc
2024-05-17 b8f6f514b675fa6a006dfafbc99303b3c5c8ba85
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;