| src/App.vue | ●●●●● patch | view | raw | blame | history |
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)