From 042ab9539dca1f431d71d62ac83e9d9a5abe9352 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Fri, 17 May 2024 18:36:30 +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