From 1a0e1ff751ecc3d01cd5fa04ed47f2fb26d1bd07 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 04 Jul 2025 16:59:20 +0800
Subject: [PATCH] feat:算法仓库重置清空
---
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