diff --git a/src/components/home/banner.vue b/src/components/home/banner.vue
index 8161af6..1750a6f 100644
--- a/src/components/home/banner.vue
+++ b/src/components/home/banner.vue
@@ -16,12 +16,12 @@
src="../../assets/img/home/gameWeb_p1_slogan.png"
alt="Game Background"
/> -->
-
+
-
+
diff --git a/src/components/layout/NavBar.vue b/src/components/layout/NavBar.vue
index 9acaf36..b215fd8 100644
--- a/src/components/layout/NavBar.vue
+++ b/src/components/layout/NavBar.vue
@@ -88,7 +88,7 @@ const cartShow = ref(false)
const activeIndex = ref(0);
const navList = reactive([
{ id: 0, name: "ABOUT", path: "/about" },
- { id: 1, name: "ASSETS", path: "https://pledge.kingsome.cn/" },
+ // { id: 1, name: "ASSETS", path: "https://pledge.kingsome.cn/" },
// { id: 1, name: "planet", path: "https://planet.kingsome.cn/" },
// {
// id: 2,
@@ -120,18 +120,18 @@ const navList = reactive([
{ label: "Discord", link: "https://discord.com/invite/fNSn2NHUvf" },
],
},
- {
- id: 5,
- name: "EVENT",
- path: "/contact",
- submenu: [
- { label: "Badge", link: "https://badge.counterfire.games/" },
- {
- label: "Gacha",
- link: "https://gacha.counterfire.games/",
- },
- ],
- },
+ // {
+ // id: 5,
+ // name: "EVENT",
+ // path: "/contact",
+ // submenu: [
+ // { label: "Badge", link: "https://badge.counterfire.games/" },
+ // {
+ // label: "Gacha",
+ // link: "https://gacha.counterfire.games/",
+ // },
+ // ],
+ // },
{
id: 6,
name: "MARKETPLACE",
@@ -162,9 +162,10 @@ const handlHome = () => {
function handNavCurent(nav) {
activeIndex.value = nav.id;
- if (nav.id == 1) {
- window.open(nav.path, "_blank");
- } else if(nav.id == 0) {
+ // if (nav.id == 1) {
+ // window.open(nav.path, "_blank");
+ // } else
+ if(nav.id == 0) {
router.push(nav.path);
} else if(nav.id == 6) {
router.push(nav.path);