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);