From eb9595ecbccd5802e3d3a301a265a709459e3a3e Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Tue, 3 Sep 2024 14:15:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2imx=20Logo=20=E6=96=B0?= =?UTF-8?q?=E5=BB=BAstaking=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/NavBar.vue | 8 -------- src/router/index.js | 10 ---------- src/views/StakingView.vue | 18 ------------------ 3 files changed, 36 deletions(-) delete mode 100644 src/views/StakingView.vue diff --git a/src/components/layout/NavBar.vue b/src/components/layout/NavBar.vue index 0711fda..b3699c1 100644 --- a/src/components/layout/NavBar.vue +++ b/src/components/layout/NavBar.vue @@ -213,11 +213,6 @@ const navList = reactive([ name: "CLAIM", path: "/claim", }, - { - id: 8, - name: "STAKING", - path: "/staking", - }, ]); function click(event) { router.push(event.key); @@ -262,9 +257,6 @@ function handNavCurent(nav) { } else if(nav.id == 7) { // window.open(`${location.origin}${nav.path}`, "_blank") router.push(nav.path); - } else if(nav.id == 8) { - // window.open(`${location.origin}${nav.path}`, "_blank") - router.push(nav.path); } // if (nav.id == 1 || nav.id == 2 || nav.id == 3) { // window.open(nav.path, "_blank"); diff --git a/src/router/index.js b/src/router/index.js index 53e122f..38740b3 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -9,7 +9,6 @@ import PrivacyView from '../views/PrivacyView.vue'; import TermsView from '../views/TermsView.vue'; import CecActivityView from '../views/CecActivityView.vue'; import ClaimView from '../views/ClaimView.vue'; -import StakingView from "../views/StakingView.vue"; const routes = [ { path: "/", @@ -102,15 +101,6 @@ const routes = [ canonical: "https://.counterfire.games", }, }, - { - path: "/staking", - name: "staking", - component: StakingView, - meta: { - title: "staking", - canonical: "https://.counterfire.games", - }, - }, { path: "/privacy", name: "Privacy", diff --git a/src/views/StakingView.vue b/src/views/StakingView.vue deleted file mode 100644 index 9fc1695..0000000 --- a/src/views/StakingView.vue +++ /dev/null @@ -1,18 +0,0 @@ - - - - - \ No newline at end of file