From b2f6fbc4c24fbf358bc83c47cbb596453682013e Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 4 Feb 2026 12:33:42 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=9B=B4=E6=96=B0=E9=A6=96?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index/index.tsx b/src/pages/index/index.tsx index 98f1084..732e0b4 100644 --- a/src/pages/index/index.tsx +++ b/src/pages/index/index.tsx @@ -1,5 +1,5 @@ // import MyModalsMapLeaflet from '@/components/ModalsMapLeaflet'; import './style.scss'; export default function Index() { - return
2
; + return
欢迎登录系统
; }