吉安感知网项目-前端
shuishen
2026-01-31 f07efb36894070d4cfcb77ec27ffd017da0bdf54
applications/drone-command/src/page/index/top/index.vue
@@ -95,7 +95,8 @@
        this.$store.dispatch('LogOut').then(() => {
          const env = import.meta.env.VITE_APP_ENV
          const adminUrl = import.meta.env.VITE_APP_DASHBOARD_URL
          env === 'development' ? this.$router.push({ path: '/login' }) : window.location.replace(`${adminUrl}#/login`)
               this.$router.push({ path: '/login' })
          // env === 'development' ? this.$router.push({ path: '/login' }) : window.location.replace(`${adminUrl}#/login`)
        })
      })
    },