From 7db72417743e6cf056014fb0ccf3f231bf3a361d Mon Sep 17 00:00:00 2001 From: kongyeqing <2697454777@qq.com> Date: Mon, 20 May 2024 17:56:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=94=B9=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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