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" > -