From f67d29de422b39a271f4b6679c66e3284df2e5cb Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期六, 11 五月 2024 21:21:20 +0800
Subject: [PATCH] 1

---
 src/pages/index/index.vue |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index 86f3869..f26bc15 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -182,8 +182,8 @@
 				// uni.setStorageSync('globalData', { id: 123, name: 'example' });
 				if (item.id == 1) {
 					uni.navigateTo({
-						// url: '/pages/repository/repository?id=' + item.id
-						url: '/pages/characterRelation/characterRelation?id=' + item.id
+						// url: '/pages/character/detail?id=' + item.id
+						url: '/pages/character/index?id=' + item.id
 					})
 				} else if (item.id == 2) {
 					console.log(item.name);
@@ -195,7 +195,7 @@
 					// })
 				} else if (item.id == 3) {
 					uni.navigateTo({
-						url: '/pages/dataDisplay/dataDisplay?id=' + item.id
+						url: '/pages/academicGenres/index?id=' + item.id
 					})
 				} else if (item.id == 4) {
 					uni.navigateTo({
@@ -486,7 +486,7 @@
 		}
 	}
 
-	@media screen and (min-width:1366px) and (max-width:1920px) {
+	@media screen and (min-width:1366px) {
 		.Ttop {
 			margin-bottom: .6rem !important;
 		}
@@ -530,9 +530,7 @@
 			width: 2rem !important;
 		}
 
-		.hua {
-			height: 4rem !important;
-		}
+		
 	}
 
 

--
Gitblit v1.9.1