You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
124 lines
2.9 KiB
124 lines
2.9 KiB
# 生产环境
|
|
NODE_ENV=test
|
|
|
|
VITE_DEV=false
|
|
|
|
# # 达明
|
|
# # # 请求路径
|
|
# VITE_BASE_URL='http://192.168.0.105:12080'
|
|
# # 上传路径
|
|
# VITE_UPLOAD_URL='http://192.168.0.105:12080/admin-api/infra/file/upload'
|
|
|
|
# 大哥
|
|
# # 请求路径
|
|
# VITE_BASE_URL='http://192.168.1.252:12080'
|
|
# # 上传路径
|
|
# VITE_UPLOAD_URL='http://192.168.1.252:12080/admin-api/infra/file/upload'
|
|
|
|
# # 雪冰
|
|
# # # 请求路径
|
|
# VITE_BASE_URL='http://192.168.1.68:12080'
|
|
# # 上传路径
|
|
# VITE_UPLOAD_URL='http://192.168.1.68:12080/admin-api/infra/file/upload'
|
|
# # 依然
|
|
# # # 请求路径
|
|
# VITE_BASE_URL='http://192.168.1.253:12080'
|
|
# # 上传路径
|
|
# VITE_UPLOAD_URL='http://192.168.1.253:12080/admin-api/infra/file/upload'
|
|
|
|
# # 国强
|
|
# # 请求路径
|
|
# VITE_BASE_URL='http://192.168.0.106:12080'
|
|
# # 上传路径
|
|
# VITE_UPLOAD_URL='http:// 192.168.0.106:12080/admin-api/infra/file/upload'
|
|
|
|
|
|
|
|
|
|
# 佳兴
|
|
# # # 请求路径
|
|
# VITE_BASE_URL='http://192.168.1.254:12080'
|
|
# # 上传路径
|
|
# VITE_UPLOAD_URL='http://192.168.1.254:12080/admin-api/infra/file/upload'
|
|
|
|
# # zb
|
|
# VITE_BASE_URL='http://192.168.0.37:12080'
|
|
# # 上传路径
|
|
# VITE_UPLOAD_URL='http://192.168.0.37:12080/admin-api/infra/file/upload'
|
|
|
|
# 81 WMS请求路径 82 SCP
|
|
VITE_BASE_URL='http://172.22.32.9/api'
|
|
# 上传路径
|
|
VITE_UPLOAD_URL='http://172.22.32.9/api/admin-api/infra/file/upload'
|
|
|
|
|
|
|
|
# # 81 WMS请求路径 82 SCP
|
|
# VITE_BASE_URL='http://172.21.32.14/api'
|
|
# # 上传路径
|
|
# VITE_UPLOAD_URL='http://172.21.32.14/api/admin-api/infra/file/upload'
|
|
|
|
# # 请求路径
|
|
# VITE_BASE_URL='https://scptest.faway-hella.com/api'
|
|
# # 上传路径
|
|
# VITE_UPLOAD_URL='https://scptest.faway-hella.com/api/admin-api/infra/file/upload'
|
|
|
|
# # 请求路径
|
|
# VITE_BASE_URL='http://172.21.32.13/api'
|
|
# # 上传路径
|
|
# 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_URL=/admin-api
|
|
|
|
# 是否删除debugger
|
|
VITE_DROP_DEBUGGER=true
|
|
|
|
# 是否删除console.log
|
|
VITE_DROP_CONSOLE=true
|
|
|
|
# 是否sourcemap
|
|
VITE_SOURCEMAP=false
|
|
|
|
# 打包路径
|
|
VITE_BASE_PATH=/
|
|
|
|
# 输出路径
|
|
VITE_OUT_DIR=sfms3.0
|
|
|
|
# # 自定义接口路径
|
|
# 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_JMREPORT_BASE_URL='http://172.22.32.9:90'
|
|
|
|
# 租户配置
|
|
VITE_TENANT='["长春1379","成都1397","长春2379"]'
|
|
|
|
# 查看质检报告环境
|
|
VITE_REPORT_URL = 'http://localhost'
|
|
|
|
# 登录系统升级的提示
|
|
VITE_SYSTERM_UPDATE_ALERT = false
|
|
|
|
# 是否需要验证码
|
|
VITE_NEED_CODE = false
|
|
|
|
# 是否需要下载PDA链接
|
|
VITE_PDA_URL = true
|