Browse Source

生产配置更新

master
ljlong_2630 2 weeks ago
parent
commit
dbd3e6a161
  1. 8
      .env.development
  2. 8
      .env.production

8
.env.development

@ -4,11 +4,11 @@ NODE_ENV=development
VITE_DEV=false
# 请求路径
VITE_BASE_URL='http://192.168.0.159:12080'
VITE_BASE_URL='http://192.168.0.229:12081'
# VITE_BASE_URL='http://192.168.0.165:12080'
# 上传路径
VITE_UPLOAD_URL='http://192.168.0.159:12080/admin-api/infra/file/upload'
VITE_UPLOAD_URL='http://192.168.0.229:12081/admin-api/infra/file/upload'
# 接口前缀
VITE_API_BASEPATH=/dev-api
@ -32,7 +32,7 @@ VITE_SOURCEMAP=false
VITE_OUT_DIR=dist
# 自定义接口路径
VITE_INTERFACE_URL='http://192.168.0.159:12080/magic/web/index.html'
VITE_INTERFACE_URL='http://192.168.0.229:12081/magic/web/index.html'
# 积木报表请求路径
VITE_JMREPORT_BASE_URL='http://192.168.0.159:12080'
VITE_JMREPORT_BASE_URL='http://192.168.0.229:12081'

8
.env.production

@ -4,10 +4,10 @@ NODE_ENV=prod
VITE_DEV=false
# 请求路径
VITE_BASE_URL='https://qcjeam.faway.com/api'
VITE_BASE_URL='https://qcjeam.faway.com:80/api'
# 上传路径
VITE_UPLOAD_URL='https://qcjeam.faway.com/api/admin-api/infra/file/upload'
VITE_UPLOAD_URL='https://qcjeam.faway.com:80/api/admin-api/infra/file/upload'
# 接口前缀
VITE_API_BASEPATH=
@ -31,7 +31,7 @@ VITE_BASE_PATH=/
VITE_OUT_DIR=eam-ui
# 自定义接口路径
VITE_INTERFACE_URL='https://qcjeam.faway.com/magic/web/index.html'
VITE_INTERFACE_URL='https://qcjeam.faway.com:80/magic/web/index.html'
# 积木报表请求路径
VITE_JMREPORT_BASE_URL='https://qcjeam.faway.com'
VITE_JMREPORT_BASE_URL='https://qcjeam.faway.com:80'

Loading…
Cancel
Save