|
|
@ -3,17 +3,22 @@ NODE_ENV=development |
|
|
|
|
|
|
|
VITE_DEV=false |
|
|
|
|
|
|
|
# # 请求路径 |
|
|
|
# VITE_BASE_URL='http://dev.ccwin-in.com:28040/api' |
|
|
|
|
|
|
|
# # 上传路径 |
|
|
|
# VITE_UPLOAD_URL='http://dev.ccwin-in.com:28040/admin-api/infra/file/upload' |
|
|
|
|
|
|
|
# SCP 28040 |
|
|
|
# WMS 28050 |
|
|
|
# 请求路径 |
|
|
|
VITE_BASE_URL='http://192.168.1.35:12080' |
|
|
|
VITE_BASE_URL='http://dev.ccwin-in.com:28050/api' |
|
|
|
|
|
|
|
# 上传路径 |
|
|
|
VITE_UPLOAD_URL='http://192.168.1.35:12080/admin-api/infra/file/upload' |
|
|
|
VITE_UPLOAD_URL='http://dev.ccwin-in.com:28050/admin-api/infra/file/upload' |
|
|
|
|
|
|
|
|
|
|
|
# # 请求路径 |
|
|
|
# VITE_BASE_URL='http://192.168.1.35:12080' |
|
|
|
|
|
|
|
# # 上传路径 |
|
|
|
# VITE_UPLOAD_URL='http://192.168.1.35:12080/admin-api/infra/file/upload' |
|
|
|
|
|
|
|
|
|
|
|
# 接口前缀 |
|
|
|