From 37c1a94161ef48c5ea0cf3ec509ef2b916cbaa96 Mon Sep 17 00:00:00 2001 From: 13507605001 Date: Fri, 6 Jan 2023 16:12:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- .env.production | 4 ++-- .env.staging | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.development b/.env.development index fc8a16d..8971a6a 100644 --- a/.env.development +++ b/.env.development @@ -2,5 +2,5 @@ ENV = 'development' # base api -VUE_APP_BASE_API = 'http://192.168.1.124:9001' -VUE_APP_FACE_API = 'http://192.168.1.124:5000' +VUE_APP_BASE_API = 'http://127.0.0.1:9001' +VUE_APP_FACE_API = 'http://127.0.0.1:5000' diff --git a/.env.production b/.env.production index 9de1a8b..03db484 100644 --- a/.env.production +++ b/.env.production @@ -2,6 +2,6 @@ ENV = 'production' # base api -VUE_APP_BASE_API = 'http://192.168.1.124:9001' -VUE_APP_FACE_API ='http://192.168.1.124:5000' +VUE_APP_BASE_API = 'http://127.0.0.1:9001' +VUE_APP_FACE_API ='http://127.0.0.1:5000' diff --git a/.env.staging b/.env.staging index 47b1798..c1452c1 100644 --- a/.env.staging +++ b/.env.staging @@ -4,6 +4,6 @@ NODE_ENV = production ENV = 'staging' # base api -VUE_APP_BASE_API = 'http://192.168.1.124:9001' -VUE_APP_FACE_API='http://192.168.1.124:5000' +VUE_APP_BASE_API = 'http://127.0.0.1:9001' +VUE_APP_FACE_API='http://127.0.0.1:5000'