From 38570b55a9dfdcfd79b3b72e13205c11a5304ca2 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期日, 28 九月 2025 15:22:17 +0800
Subject: [PATCH] 优化

---
 h5/pages/index/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/h5/pages/index/index.vue b/h5/pages/index/index.vue
index 6e9fb01..7300f5f 100644
--- a/h5/pages/index/index.vue
+++ b/h5/pages/index/index.vue
@@ -58,6 +58,7 @@
 			jump(type) {
 				switch (type) {
 					case 1:
+						console.log('1')
 						uni.navigateTo({
 							url: '/pages/notice/notice'
 						})

--
Gitblit v1.9.3