From f10f14ad1e100246c6bd19d30f275204147c8981 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 28 十月 2025 22:09:20 +0800
Subject: [PATCH] gx
---
src/views/home/index.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index 1b2b643..25ad9c8 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -156,6 +156,8 @@
if (index==='home'){
router.push('/')
} else if (index==='xuanjiao') {
+ Toast('此功能正在开发中,敬请期待')
+ return
router.push('xuanjiao')
} else if (index==='my') {
router.push('my')
--
Gitblit v1.8.0