Merge branch 'cec-claim' of http://git.kingsome.cn/huangjinming/CounterFireGames into staking
This commit is contained in:
commit
680092d6dd
Binary file not shown.
@ -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");
|
||||
|
@ -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",
|
||||
|
1615
src/views/ClaimView copy.vue
Normal file
1615
src/views/ClaimView copy.vue
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user