无人机管理后台前端(已迁走)
张含笑
2025-07-03 e77cdd81559afcd17005fcab35fcfd030b4a24fc
src/page/index/top/index.vue
@@ -102,7 +102,9 @@
        type: 'warning',
      }).then(() => {
        this.$store.dispatch('LogOut').then(() => {
          this.$router.push({ path: '/login' })
          // this.$router.push({ path: '/login' })
          const adminUrl = import.meta.env.VITE_APP_DASHBOARD_URL
        window.location.replace(`${adminUrl}#/login`)
        })
      })
    },