diff --git a/.env.development b/.env.development index e522b8da3..c51be5f22 100644 --- a/.env.development +++ b/.env.development @@ -4,10 +4,10 @@ NODE_ENV=development VITE_DEV=false # 请求路径 -VITE_BASE_URL='http://localhost:12080' +# VITE_BASE_URL='http://localhost:12080' # VITE_BASE_URL='http://192.168.1.49:12080' # VITE_BASE_URL='http://192.168.1.254:12080' -# VITE_BASE_URL='http://dev.ccwin-in.com:28050/api' +VITE_BASE_URL='http://dev.ccwin-in.com:28050/api' # VITE_BASE_URL='http://dev.ccwin-in.com:28040/api' # VITE_BASE_URL='http://192.168.1.254:12080' @@ -39,7 +39,7 @@ VITE_OUT_DIR=dist VITE_INTERFACE_URL='http://localhost:12080/magic/web/index.html' # 积木报表请求路径 -VITE_JMREPORT_BASE_URL='http://192.168.1.196:12080' +VITE_JMREPORT_BASE_URL='http://localhost:12080' # 租户配置 VITE_TENANT='["英泰"]'