无人机管理后台前端(已迁走)
张含笑
2025-07-21 369043d09aa7922764818094886ef2b4e5e822af
src/page/index/top/index.vue
@@ -103,10 +103,8 @@
      }).then(() => {
        this.$store.dispatch('LogOut').then(() => {
        const env = import.meta.env.VITE_APP_ENV
          console.log(env);
          const adminUrl = import.meta.env.VITE_APP_DASHBOARD_URL
           env === 'development' ? this.$router.push({ path: '/login' }):window.location.replace(`${adminUrl}#/login`)
        })
      })
    },