diff --git a/.env.development b/.env.development index 12bd209..d1fa61c 100644 --- a/.env.development +++ b/.env.development @@ -3,6 +3,7 @@ VUE_APP_TITLE = 上动新能源-EMS管理系统 # 开发环境配置 ENV = 'development' +NODE_ENV = development # EMS管理系统/开发环境 VUE_APP_BASE_API = '/dev-api' @@ -11,4 +12,4 @@ VUE_APP_BASE_API = '/dev-api' VUE_CLI_BABEL_TRANSPILE_MODULES = true # EMS管理系统/开发环境 图片拼接地址 -VUE_APP_IMG_URL = '/dev-api' +VUE_APP_IMG_URL = '/dev-api' \ No newline at end of file diff --git a/.env.production b/.env.production index eb5c7ea..949f393 100644 --- a/.env.production +++ b/.env.production @@ -3,9 +3,10 @@ VUE_APP_TITLE = 上动新能源-EMS管理系统 # 生产环境配置 ENV = 'production' +NODE_ENV = production # EMS管理系统/生产环境 VUE_APP_BASE_API = '/dev-api' -# EMS管理系统/生产环境 图片拼接地址 todo baseUrl有变更时 请更新 -VUE_APP_IMG_URL = 'http://110.40.171.179:8089' +# EMS管理系统/生产环境 图片拼接地址 +VUE_APP_IMG_URL = 'http://1.15.120.242:8089 \ No newline at end of file diff --git a/.env.staging b/.env.staging index 31319a8..6bfa0a2 100644 --- a/.env.staging +++ b/.env.staging @@ -1,12 +1,9 @@ # 页面标题 VUE_APP_TITLE = 上动新能源-EMS管理系统 -BABEL_ENV = production - -NODE_ENV = production - # 测试环境配置 ENV = 'staging' +NODE_ENV = staging -# EMS管理系统/测试环境 -VUE_APP_BASE_API = '/stage-api' +# EMS管理系统/生产环境 图片拼接地址 +VUE_APP_IMG_URL = 'http://110.40.171.179:8089' \ No newline at end of file