diff --git a/.env.production b/.env.production index 4d35e0a..5189b8f 100644 --- a/.env.production +++ b/.env.production @@ -2,6 +2,8 @@ NODE_ENV:"production" # 页面标题 VUE_APP_TITLE = 双重预防 +# UE4服务地址 +VUE_APP_PALYER_URL="192.168.1.66:8080" # 网关地址 VUE_APP_GATEWAY_URL="/prod-api" # 服务地址 @@ -16,4 +18,4 @@ VUE_APP_ALL_MENU = false # VUE_APP_EXPOSES_URL="http://192.168.1.20:8090" VUE_APP_REMOTES_URL="http://119.45.158.12/common" # 当前应用部署地址 -VUE_APP_EXPOSES_URL="http://192.168.1.66/dev/prevention/" \ No newline at end of file +VUE_APP_EXPOSES_URL="/prevention" \ No newline at end of file