From 71d9414eea8a2aa2f1bb9cc8f23f0a69973269f5 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Wed, 27 Mar 2024 15:28:24 +0800
Subject: [PATCH] 注册页面的客服地址错误

---
 src/components/foot.vue |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/src/components/foot.vue b/src/components/foot.vue
index 4fe8bbe..f62f049 100644
--- a/src/components/foot.vue
+++ b/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;

--
Gitblit v1.9.3