From c9bf4e01b7b63002fe1189d778be27320b38e608 Mon Sep 17 00:00:00 2001 From: jianjun Date: Tue, 28 Jun 2022 16:34:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=9F=E5=8F=B0=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/epmet/commons/tools/enums/EnvEnum.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/enums/EnvEnum.java b/epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/enums/EnvEnum.java index 708878e4f5..d514860a73 100644 --- a/epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/enums/EnvEnum.java +++ b/epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/enums/EnvEnum.java @@ -16,11 +16,11 @@ public enum EnvEnum { /** * 环境变量枚举 */ - LOCAL("local", "本地环境", "http://localhost:8080/api/"), - DEV("dev", "开发环境", "http://192.168.1.140:8080/api/"), - TEST("test", "体验环境", "https://epmet-dev.elinkservice.cn/api/"), - PROD("prod", "生产环境", "https://epmet-cloud.elinkservice.cn/api/"), - UN_KNOWN("un_known", "未知", "https://epmet-dev.elinkservice.cn/api/"), + LOCAL("local", "烟台-本地环境", "http://localhost:8080/api/"), + DEV("dev", "烟台-开发环境", "http://192.168.1.140:8080/api/"), + TEST("test", "烟台-体验环境", "https://epmet-dev.elinkservice.cn/api/"), + PROD("prod", "烟台-生产环境", "https://epmet-yantai.elinkservice.cn/api/"), + UN_KNOWN("un_known", "烟台-未知", "https://epmet-dev.elinkservice.cn/api/"), ; private String code;