From ffaa6eb6263b131baf1e026060b03aa100abf1b3 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 04 Feb 2026 19:59:28 +0800
Subject: [PATCH] feat:ιƒ¨εˆ†δΌ˜εŒ–

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

diff --git a/applications/drone-command/src/store/modules/user.js b/applications/drone-command/src/store/modules/user.js
index 3950b41..4dbd240 100644
--- a/applications/drone-command/src/store/modules/user.js
+++ b/applications/drone-command/src/store/modules/user.js
@@ -272,11 +272,10 @@
     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
-          env === 'development'
-            ? window.location.href = "/manage/login"
-            : window.location.replace(`${adminUrl}#/login`)
+					window.location.href = "/drone-command/login"
+          // env === 'development'
+          //   ? window.location.href = "/drone-command/login"
+          //   : window.location.replace(`${adminUrl}#/login`)
         })
       }
       return new Promise(resolve => {

--
Gitblit v1.9.3