diff --git a/src/components/layout/NavBar.vue b/src/components/layout/NavBar.vue index aafae0c..9907882 100644 --- a/src/components/layout/NavBar.vue +++ b/src/components/layout/NavBar.vue @@ -214,11 +214,11 @@ const navList = reactive([ id: 7, name: "CLAIM", path: "/claim", - }, - { - id: 8, - name: "STAKING", - path: "/", + // }, + // { + // id: 8, + // name: "STAKING", + // path: "/", }, ]); function click(event) { diff --git a/src/views/StakingView.vue b/src/views/StakingView.vue index eb87747..0f4510c 100644 --- a/src/views/StakingView.vue +++ b/src/views/StakingView.vue @@ -184,7 +184,7 @@ const getCecData = async () => { }; const getCode = () => { - const TIME_COUNT = 3; + let TIME_COUNT = 3; if (!timer.value) { count.value = TIME_COUNT; // this.show = false;