无人机管理后台前端(已迁走)
罗广辉
2025-04-19 b5c374a69016cc25fd1c3027065945bc06eb873b
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',cdx)
  if (cdx){
    localStorage.removeItem('cdx')
    setTimeout(() =>  router.push(cdx),5000)
  }
})
</script>
<style>