修改后台默认访问官网路径

This commit is contained in:
零零零
2025-02-10 10:58:11 +08:00
parent 49b0abf726
commit 334e8cb375
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ VITE_NODE_ENV=development
VITE_DEV=true
# 请求路径 注:/api 正常不需要 当前是访问演示环境nginx转发用
VITE_BASE_URL='http://demo.jeelowcode.com:8088/api'
VITE_BASE_URL='https://demo.jeelowcode.com/api'
# 文件上传类型server - 后端上传, client - 前端直连上传仅支持S3服务
VITE_UPLOAD_TYPE=server

View File

@@ -3,8 +3,8 @@ NODE_ENV=development
VITE_DEV=true
# 请求路径
VITE_BASE_URL='http://localhost:48080'
# 请求路径 注:/api 正常不需要 当前是访问演示环境nginx转发用
VITE_BASE_URL='https://demo.jeelowcode.com/api'
# 文件上传类型server - 后端上传, client - 前端直连上传,仅支持 S3 服务
VITE_UPLOAD_TYPE=server