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