From a173611c68d6c85d41d87b889e6aadda376d80d1 Mon Sep 17 00:00:00 2001 From: cxw <1056036578@qq.com> Date: Tue, 3 Jan 2023 09:33:28 +0800 Subject: [PATCH] 1 --- .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 9db14b9..8971a6a 100644 --- a/.env.development +++ b/.env.development @@ -2,5 +2,5 @@ ENV = 'development' # base api -VUE_APP_BASE_API = 'http://192.168.1.114:9001' -VUE_APP_FACE_API = 'http://192.168.1.114: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 b33d4a4..03db484 100644 --- a/.env.production +++ b/.env.production @@ -2,6 +2,6 @@ ENV = 'production' # base api -VUE_APP_BASE_API = 'http://192.168.1.114:9001' -VUE_APP_FACE_API ='http://192.168.1.114: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 5f4a155..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.114:9001' -VUE_APP_FACE_API='http://192.168.1.114:5000' +VUE_APP_BASE_API = 'http://127.0.0.1:9001' +VUE_APP_FACE_API='http://127.0.0.1:5000'