From 9a4c027fecc636ad50f70567b9254ac2e199eaec Mon Sep 17 00:00:00 2001 From: Rain_ <904416525@qq.com> Date: Mon, 8 Sep 2025 09:08:01 +0800 Subject: [PATCH] =?UTF-8?q?flx:=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 3 ++- src/views/sevenLargeScreen/indexL.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 31842bd..08a2619 100644 --- a/.env.production +++ b/.env.production @@ -53,7 +53,8 @@ NODE_ENV = "production" # 新能源智慧基建管理平台 # VITE_API_URL = 'http://121.37.106.37:9820' # 121测试环境 -VITE_API_URL = 'http://121.37.106.37:9809' +# VITE_API_URL = 'http://121.37.106.37:9809' +VITE_API_URL = '' # 打包 VITE_ULD_API_URL = 'http://jxj.zhgdyun.com:8012/onlinePreview?url=' diff --git a/src/views/sevenLargeScreen/indexL.vue b/src/views/sevenLargeScreen/indexL.vue index dc21729..faf2385 100644 --- a/src/views/sevenLargeScreen/indexL.vue +++ b/src/views/sevenLargeScreen/indexL.vue @@ -778,7 +778,7 @@ function loginOut() { } //跳转后台 function jumpBgd() { - const envList = ["agjt", "zkax", "zkjc", "hfqc", "cpgs", "cqna", "jzjt", "tj", "scwc", "bthg", "zmml", "zzsl"]; // 环境标识 + const envList = ["agjt", "zkax", "zkjc", "hfqc", "cpgs", "cqna", "jzjt", "tj", "scwc", "bthg", "zmml"]; // 环境标识 // 标准版——跳转演示平台项目后台 if (COMPANY == "") { // window.location.replace("http://192.168.34.216:8080/#/login?token=" + store.token);