wangyufei
3 weeks ago
6 changed files with 19 additions and 37 deletions
@ -1,64 +1,46 @@ |
|||||
# 生产环境 |
# 开发环境 |
||||
NODE_ENV=test |
NODE_ENV=development |
||||
|
|
||||
VITE_DEV=false |
VITE_DEV=false |
||||
|
|
||||
# # 请求路径 |
|
||||
# VITE_BASE_URL='http://192.168.0.113:12080' |
|
||||
# # 上传路径 |
|
||||
# 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://172.21.32.13/api' |
VITE_BASE_URL='http://192.168.0.105:12080' |
||||
# 上传路径 |
|
||||
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_UPLOAD_URL='http://192.168.0.105:12080/admin-api/infra/file/upload' |
||||
|
|
||||
# 接口前缀 |
# 接口前缀 |
||||
VITE_API_BASEPATH= |
VITE_API_BASEPATH=/dev-api |
||||
|
|
||||
# 接口地址 |
# 接口地址 |
||||
VITE_API_URL=/admin-api |
VITE_API_URL=/admin-api |
||||
|
|
||||
|
# 打包路径 |
||||
|
VITE_BASE_PATH=/ |
||||
|
|
||||
# 是否删除debugger |
# 是否删除debugger |
||||
VITE_DROP_DEBUGGER=true |
VITE_DROP_DEBUGGER=true |
||||
|
|
||||
# 是否删除console.log |
# 是否删除console.log |
||||
VITE_DROP_CONSOLE=true |
VITE_DROP_CONSOLE=false |
||||
|
|
||||
# 是否sourcemap |
# 是否sourcemap |
||||
VITE_SOURCEMAP=false |
VITE_SOURCEMAP=false |
||||
|
|
||||
# 打包路径 |
|
||||
VITE_BASE_PATH=/ |
|
||||
|
|
||||
# 输出路径 |
# 输出路径 |
||||
VITE_OUT_DIR=sfms3.0 |
VITE_OUT_DIR=dist |
||||
|
|
||||
# # 自定义接口路径 |
|
||||
# VITE_INTERFACE_URL='http://192.168.0.108:12080/magic/web/index.html' |
|
||||
|
|
||||
# # 积木报表请求路径 |
|
||||
# VITE_JMREPORT_BASE_URL='http://192.168.0.108:12080' |
|
||||
|
|
||||
# 自定义接口路径 |
# 自定义接口路径 |
||||
VITE_INTERFACE_URL='http://dev.ccwin-in.com:25310/magic/web/index.html' |
VITE_INTERFACE_URL='http://localhost:12080/magic/web/index.html' |
||||
|
|
||||
# 积木报表请求路径 |
# 积木报表请求路径 |
||||
VITE_JMREPORT_BASE_URL='http://192.168.0.108:12080' |
VITE_JMREPORT_BASE_URL='http://localhost:12080' |
||||
|
|
||||
# 租户配置 |
# 租户配置 |
||||
VITE_TENANT='["长春1379","成都1397","长春2379"]' |
VITE_TENANT='["东驰新能源"]' |
||||
|
|
||||
# 查看质检报告环境 |
# 查看质检报告环境 |
||||
VITE_REPORT_URL = 'http://dev.ccwin-in.com:25400' |
VITE_REPORT_URL = 'http://dev.ccwin-in.com:25400' |
||||
|
|
||||
|
# 是否需要验证码 |
||||
|
VITE_NEED_CODE = false |
||||
|
Before Width: | Height: | Size: 607 KiB After Width: | Height: | Size: 3.7 MiB |
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 6.5 KiB |
Loading…
Reference in new issue