diff --git a/src/components/Top.vue b/src/components/Top.vue
index 541961a..b918554 100644
--- a/src/components/Top.vue
+++ b/src/components/Top.vue
@@ -9,13 +9,13 @@
:src="newpage ? NewLogo : hardLogo ? HardLogo2 : NewLogo2"
alt=""
/>
-
+ /> -->
![]()
diff --git a/src/pages/index.vue b/src/pages/index.vue
index 3eae802..0d76e88 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -2,12 +2,12 @@
![]()
-
-
-
-
-
-
+
+
+
+
+
+
@@ -21,7 +21,7 @@ import Top from 'cpns/Top'
const router = useRouter()
const toPage = path => {
- router.push(path)
+ window.location.href = `https://iflytop.com/${path}`
}