From 2dfc8dc4bcd3d3cd4aed1b6054e073e140eba9c8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 19 May 2025 16:05:50 +0800
Subject: [PATCH] Merge branch 'master' into jiangwu
---
src/App.vue | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 94fc10c..24cea39 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -3,18 +3,6 @@
</template>
<script setup>
-
-import {onMounted} from "vue";
-import { useRouter} from "vue-router";
-const router = useRouter()
-onMounted(()=>{
- const cdx = localStorage.getItem('cdx')
- console.log('cdx')
- if (cdx){
- localStorage.removeItem('cdx')
- setTimeout(() => router.push(cdx),5000)
- }
-})
</script>
<style>
--
Gitblit v1.9.3