|
@ -4,10 +4,10 @@ NODE_ENV=development |
|
|
VITE_DEV=false |
|
|
VITE_DEV=false |
|
|
|
|
|
|
|
|
# 请求路径 |
|
|
# 请求路径 |
|
|
VITE_BASE_URL='http://localhost:12080' |
|
|
VITE_BASE_URL='http://dev.ccwin-in.com:25300/api' |
|
|
|
|
|
|
|
|
# 上传路径 |
|
|
# 上传路径 |
|
|
VITE_UPLOAD_URL='http://192.168.0.113:12080/admin-api/infra/file/upload' |
|
|
VITE_UPLOAD_URL='http://dev.ccwin-in.com:25300/api/admin-api/infra/file/upload' |
|
|
|
|
|
|
|
|
# 接口前缀 |
|
|
# 接口前缀 |
|
|
VITE_API_BASEPATH=/dev-api |
|
|
VITE_API_BASEPATH=/dev-api |
|
@ -34,4 +34,4 @@ VITE_OUT_DIR=dist |
|
|
VITE_INTERFACE_URL='http://localhost:12080/magic/web/index.html' |
|
|
VITE_INTERFACE_URL='http://localhost:12080/magic/web/index.html' |
|
|
|
|
|
|
|
|
# 积木报表请求路径 |
|
|
# 积木报表请求路径 |
|
|
VITE_JMREPORT_BASE_URL='http://localhost:12080' |
|
|
VITE_JMREPORT_BASE_URL='http://localhost:12080' |