diff --git a/.env.development b/.env.development index 97a996d..37b7f6a 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VUE_APP_TITLE = 后台系统 ENV = 'development' # 管理系统/开发环境 -VUE_APP_BASE_API = '/dev-api' +VUE_APP_BASE_API = '/api' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/.env.production b/.env.production index f6085d6..eab6e38 100644 --- a/.env.production +++ b/.env.production @@ -5,4 +5,4 @@ VUE_APP_TITLE = 后台系统 ENV = 'production' # 管理系统/生产环境 -VUE_APP_BASE_API = '/prod-api' +VUE_APP_BASE_API = '/api' diff --git a/.env.staging b/.env.staging index dde40d7..30991a0 100644 --- a/.env.staging +++ b/.env.staging @@ -9,4 +9,4 @@ NODE_ENV = production ENV = 'staging' # 管理系统/测试环境 -VUE_APP_BASE_API = '/stage-api' +VUE_APP_BASE_API = '/api'