From 1cd7a43bc54840b05ca4d7933c9b702e5475275a Mon Sep 17 00:00:00 2001
From: wx <645899409@qq.com>
Date: Thu, 12 Mar 2026 14:58:38 +0800
Subject: [PATCH] =?UTF-8?q?update=201.=E6=9B=B4=E6=96=B0=E8=B7=B3=E8=BD=AC?=
=?UTF-8?q?=E5=A4=96=E9=83=A8=E9=93=BE=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.development | 3 +
.env.production | 3 +
.env.test | 3 +
Dockerfile | 1 +
src/components/Menu/src/BasicMenu.vue | 283 +++++++++++++++-----------
5 files changed, 171 insertions(+), 122 deletions(-)
diff --git a/.env.development b/.env.development
index 97b7edd..76fa791 100644
--- a/.env.development
+++ b/.env.development
@@ -30,3 +30,6 @@ VITE_EMERGENCY_SCREEN=http://emer.dev.yg.dt.io/
#VITE_APP_SUB_jeecg-app-1 = '//localhost:8092'
VITE_PLATFORM = 'YT'
+
+# 跳转外部链接
+VITE_OUT_URL=https://console-jkglpt.iosp.ydpt.tech/hb/healthadmin/index.html?param=
diff --git a/.env.production b/.env.production
index 1cfd182..a05624c 100644
--- a/.env.production
+++ b/.env.production
@@ -39,3 +39,6 @@ VITE_LEGACY = false
# 油田平台CODE
VITE_PLATFORM = 'YT'
+
+# 跳转外部链接
+VITE_OUT_URL=https://console-jkglpt.iosp.ydpt.tech/hb/healthadmin/index.html?param=
diff --git a/.env.test b/.env.test
index 76fa331..0c641ad 100644
--- a/.env.test
+++ b/.env.test
@@ -37,3 +37,6 @@ VITE_USE_PWA = false
VITE_LEGACY = false
VITE_PLATFORM = 'YT'
+
+# 跳转外部链接
+VITE_OUT_URL=https://gstest.superwx.cn/healthapiadmin/index.html?param=
diff --git a/Dockerfile b/Dockerfile
index 4a52c48..3d077ae 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,6 +5,7 @@ ENV LANG en_US.UTF-8
ENV VITE_GLOB_API_URL https://xj-api.mcrm.vip:8888
ENV VITE_GLOB_DOMAIN_URL https://xj-api.mcrm.vip:8888
+ENV VITE_OUT_URL https://gstest.superwx.cn/healthapiadmin/index.html?param=
RUN echo "server { \
#解决Router(mode: 'history')模式下,刷新路由地址不能找到页面的问题 \
diff --git a/src/components/Menu/src/BasicMenu.vue b/src/components/Menu/src/BasicMenu.vue
index 0142fe4..bf37b08 100644
--- a/src/components/Menu/src/BasicMenu.vue
+++ b/src/components/Menu/src/BasicMenu.vue
@@ -13,148 +13,187 @@
:subMenuOpenDelay="0.2"
v-bind="getInlineCollapseOptions"
>
-
+