无人机管理后台前端(已迁走)
罗广辉
2025-08-13 de7ddb148566425158e9e5a5b11720d04d25767f
feat: 跳门户不新开页面
1 files modified
2 ■■■ changed files
src/page/index/top/index.vue 2 ●●● patch | view | raw | blame | history
src/page/index/top/index.vue
@@ -110,7 +110,7 @@
    },
    jumpMH () {
      const adminUrl = import.meta.env.VITE_APP_DASHBOARD_URL
          window.open(`${adminUrl}#/gatewayPage`, '_blank')
      window.location.href = `${adminUrl}#/gatewayPage`
    },
  },
}