|
@ -3,16 +3,26 @@ NODE_ENV=test |
|
|
|
|
|
|
|
|
VITE_DEV=false |
|
|
VITE_DEV=false |
|
|
|
|
|
|
|
|
# # # 请求路径 |
|
|
# # 请求路径 |
|
|
# VITE_BASE_URL='http://192.168.0.110:12080' |
|
|
# VITE_BASE_URL='http://192.168.0.113:12080' |
|
|
# # 上传路径 |
|
|
# # 上传路径 |
|
|
# VITE_UPLOAD_URL='http://192.168.0.110:12080/admin-api/infra/file/upload' |
|
|
# VITE_UPLOAD_URL='http://192.168.0.113:12080/admin-api/infra/file/upload' |
|
|
|
|
|
# # 请求路径 |
|
|
|
|
|
# VITE_BASE_URL='https://scp.faway-hella.com/api' |
|
|
|
|
|
# # 上传路径 |
|
|
|
|
|
# VITE_UPLOAD_URL='https://scp.faway-hella.com/api/admin-api/infra/file/upload' |
|
|
|
|
|
|
|
|
# 请求路径 |
|
|
# 请求路径 |
|
|
VITE_BASE_URL='http://dev.ccwin-in.com:25300/api' |
|
|
VITE_BASE_URL='http://172.21.32.13/api' |
|
|
|
|
|
|
|
|
# 上传路径 |
|
|
# 上传路径 |
|
|
VITE_UPLOAD_URL='http://dev.ccwin-in.com:25300/api/admin-api/infra/file/upload' |
|
|
VITE_UPLOAD_URL='http://172.21.32.13/api/admin-api/infra/file/upload' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# # 请求路径 |
|
|
|
|
|
# VITE_BASE_URL='http://dev.ccwin-in.com:25300/api' |
|
|
|
|
|
|
|
|
|
|
|
# # 上传路径 |
|
|
|
|
|
# VITE_UPLOAD_URL='http://dev.ccwin-in.com:25300/api/admin-api/infra/file/upload' |
|
|
|
|
|
|
|
|
# 接口前缀 |
|
|
# 接口前缀 |
|
|
VITE_API_BASEPATH= |
|
|
VITE_API_BASEPATH= |
|
@ -48,7 +58,7 @@ VITE_INTERFACE_URL='http://dev.ccwin-in.com:25310/magic/web/index.html' |
|
|
VITE_JMREPORT_BASE_URL='http://192.168.0.108:12080' |
|
|
VITE_JMREPORT_BASE_URL='http://192.168.0.108:12080' |
|
|
|
|
|
|
|
|
# 租户配置 |
|
|
# 租户配置 |
|
|
VITE_TENANT='["长春","成都"]' |
|
|
VITE_TENANT='["长春1379","成都1397","长春2379"]' |
|
|
|
|
|
|
|
|
# 查看质检报告环境 |
|
|
# 查看质检报告环境 |
|
|
VITE_REPORT_URL = 'http://dev.ccwin-in.com:25400' |
|
|
VITE_REPORT_URL = 'http://dev.ccwin-in.com:25400' |
|
|