|
@ -4,10 +4,10 @@ NODE_ENV=test |
|
|
VITE_DEV=false |
|
|
VITE_DEV=false |
|
|
|
|
|
|
|
|
# 请求路径 |
|
|
# 请求路径 |
|
|
VITE_BASE_URL='http://dev.ccwin-in.com:26100/api' |
|
|
VITE_BASE_URL='http://dev.ccwin-in.com:27100/api' |
|
|
|
|
|
|
|
|
# 上传路径 |
|
|
# 上传路径 |
|
|
VITE_UPLOAD_URL='http://dev.ccwin-in.com:26100/api/infra/file/upload' |
|
|
VITE_UPLOAD_URL='http://dev.ccwin-in.com:27100/api/infra/file/upload' |
|
|
|
|
|
|
|
|
# 接口前缀 |
|
|
# 接口前缀 |
|
|
VITE_API_BASEPATH= |
|
|
VITE_API_BASEPATH= |
|
@ -31,7 +31,7 @@ VITE_BASE_PATH=/ |
|
|
VITE_OUT_DIR=zhucheng |
|
|
VITE_OUT_DIR=zhucheng |
|
|
|
|
|
|
|
|
# 自定义接口路径 |
|
|
# 自定义接口路径 |
|
|
VITE_INTERFACE_URL='http://dev.ccwin-in.com:26110/magic/web/index.html' |
|
|
VITE_INTERFACE_URL='http://dev.ccwin-in.com:27110/magic/web/index.html' |
|
|
|
|
|
|
|
|
# 积木报表请求路径 |
|
|
# 积木报表请求路径 |
|
|
VITE_JMREPORT_BASE_URL='http://dev.ccwin-in.com:26110' |
|
|
VITE_JMREPORT_BASE_URL='http://dev.ccwin-in.com:27110' |
|
|