From eeb5a7800f55d67b5b9637241fd2b66f9012111b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 04 Feb 2026 09:13:17 +0800
Subject: [PATCH] feat:反无跳转产品处理

---
 applications/drone-command/src/store/modules/user.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/applications/drone-command/src/store/modules/user.js b/applications/drone-command/src/store/modules/user.js
index af8714f..4dbd240 100644
--- a/applications/drone-command/src/store/modules/user.js
+++ b/applications/drone-command/src/store/modules/user.js
@@ -272,8 +272,6 @@
     GetMenu({ commit, dispatch }, tenantId) {
       const errLogOut = () => {
         dispatch('LogOut').then(()=>{
-          const env = import.meta.env.VITE_APP_ENV
-          const adminUrl = import.meta.env.VITE_APP_DASHBOARD_URL
 					window.location.href = "/drone-command/login"
           // env === 'development'
           //   ? window.location.href = "/drone-command/login"

--
Gitblit v1.9.3