From 75e8f585dea4edfb11b53ba3a05058bc52fa0432 Mon Sep 17 00:00:00 2001 From: Jason <5340635+wen-jason@user.noreply.gitee.com> Date: Tue, 19 Apr 2022 12:01:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/.env.development | 2 +- admin/.env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/.env.development b/admin/.env.development index 02ecd7fd..4b94052c 100644 --- a/admin/.env.development +++ b/admin/.env.development @@ -1,4 +1,4 @@ NODE_ENV = 'development' # Base API -VITE_APP_BASE_URL='http://likeadmin-java-api.yixiangonline.com' \ No newline at end of file +VITE_APP_BASE_URL='https://likeadmin-java-api.yixiangonline.com' \ No newline at end of file diff --git a/admin/.env.production b/admin/.env.production index 1e1ea2b3..2e261108 100644 --- a/admin/.env.production +++ b/admin/.env.production @@ -1,3 +1,3 @@ NODE_ENV = 'production' # Base API -VITE_APP_BASE_URL='' \ No newline at end of file +VITE_APP_BASE_URL='https://likeadmin-java-api.yixiangonline.com' \ No newline at end of file