mirror of
https://gitee.com/jeelowcode/jeelowcode-ui-admin-vue3.git
synced 2026-05-06 16:40:09 +08:00
修改后台默认访问官网路径
This commit is contained in:
2
.env.dev
2
.env.dev
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user