From c5b55c9651ca74c4df4df492f70b5f1d90e884fd Mon Sep 17 00:00:00 2001
From: xiebin <vip_xiaobin810@163.com>
Date: Sat, 19 Apr 2025 19:54:00 +0800
Subject: [PATCH] test: test跳转

---
 src/App.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 94fc10c..7fdc8c3 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -9,7 +9,7 @@
 const router = useRouter()
 onMounted(()=>{
   const cdx = localStorage.getItem('cdx')
-  console.log('cdx')
+  console.log('cdx',cdx)
   if (cdx){
     localStorage.removeItem('cdx')
     setTimeout(() =>  router.push(cdx),5000)

--
Gitblit v1.9.3