|
@ -19,7 +19,7 @@ public enum EnvEnum { |
|
|
LOCAL("local", "本地环境", "http://localhost:8080/api/"), |
|
|
LOCAL("local", "本地环境", "http://localhost:8080/api/"), |
|
|
DEV("dev", "开发环境", "http://192.168.1.140:8080/api/"), |
|
|
DEV("dev", "开发环境", "http://192.168.1.140:8080/api/"), |
|
|
TEST("test", "体验环境", "https://epmet-dev.elinkservice.cn/api/"), |
|
|
TEST("test", "体验环境", "https://epmet-dev.elinkservice.cn/api/"), |
|
|
PROD("prod", "平阴环境", "https://epmet-cloud.pingyin.gov.cn/api/"), |
|
|
PROD("prod", "平阴环境", "https://epmet-cloud-pingyin.elinkservice.cn/api/"), |
|
|
UN_KNOWN("un_known", "未知", "https://epmet-dev.elinkservice.cn/api/"), |
|
|
UN_KNOWN("un_known", "未知", "https://epmet-dev.elinkservice.cn/api/"), |
|
|
; |
|
|
; |
|
|
|
|
|
|
|
|