无人机管理后台前端(已迁走)
xiebin
2025-04-19 c5b55c9651ca74c4df4df492f70b5f1d90e884fd
test: test跳转
1 files modified
2 ■■■ changed files
src/App.vue 2 ●●● 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)