diff --git a/.env.development b/.env.development index 7d93e1d..b6fc12c 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,3 @@ # 开发环境 # 请求接口地址 -VITE_REQUEST_BASE_URL = http://10.75.166.6:8080/jeecg-boot +VITE_REQUEST_BASE_URL = https://36.112.48.190 diff --git a/.env.production b/.env.production index 347e7a2..f2ecc62 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,3 @@ # 生产环境 # 请求接口地址 -# VITE_REQUEST_BASE_URL = https://36.112.48.190 -# H5 页面直连10.75.166.6 -VITE_REQUEST_BASE_URL = http://10.75.166.6:8080/jeecg-boot \ No newline at end of file +VITE_REQUEST_BASE_URL = https://36.112.48.190 \ No newline at end of file