吉安感知网项目-前端
罗广辉
2026-04-01 4f78b3d781ca40f5536eab6dfe050c018856788e
applications/drone-command/src/utils/util.js
@@ -511,9 +511,9 @@
   const jumpFun = () => {
      const urlParams = new URLSearchParams(window.location.search);
      const devLogin = urlParams.get('devLogin');
      const openDev = urlParams.get('openDev');
      const isDev = VITE_APP_ENV === 'development'
      if (isDev || devLogin) {
      if (isDev || openDev) {
         router.push({ path: '/login' })
         // setTimeout(() => location.reload())
      } else {