From 353f4203649fd8de745f589c04f7841928f38493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=AF=BA?= <15099670051> Date: Thu, 3 Dec 2020 10:38:10 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=89=8D=E7=AB=AF=E7=8E=AF=E5=A2=83=E4=B8=AD=E5=90=8E?= =?UTF-8?q?=E7=AB=AF=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _web/.env | 2 +- _web/.env.development | 2 +- _web/.env.preview | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_web/.env b/_web/.env index c30c4684..7afe3f18 100644 --- a/_web/.env +++ b/_web/.env @@ -1,3 +1,3 @@ NODE_ENV=production VUE_APP_PREVIEW=true -VUE_APP_API_BASE_URL=http://www.xiaonuo.vip:82 \ No newline at end of file +VUE_APP_API_BASE_URL=http://localhost:82 \ No newline at end of file diff --git a/_web/.env.development b/_web/.env.development index 71e03777..22754048 100644 --- a/_web/.env.development +++ b/_web/.env.development @@ -1,3 +1,3 @@ NODE_ENV=development VUE_APP_PREVIEW=true -VUE_APP_API_BASE_URL=http://www.xiaonuo.vip:82 \ No newline at end of file +VUE_APP_API_BASE_URL=http://localhost:82 \ No newline at end of file diff --git a/_web/.env.preview b/_web/.env.preview index 8d94bbee..7856e29a 100644 --- a/_web/.env.preview +++ b/_web/.env.preview @@ -1,3 +1,3 @@ NODE_ENV=production VUE_APP_PREVIEW=false -VUE_APP_API_BASE_URL=http://www.xiaonuo.vip:82 \ No newline at end of file +VUE_APP_API_BASE_URL=http://localhost:82 \ No newline at end of file