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