Browse Source

生产环境配置

master
songguoqiang 6 months ago
parent
commit
c71f335df1
  1. 10
      .env.production

10
.env.production

@ -1,13 +1,13 @@
# 生产环境
NODE_ENV=test
NODE_ENV=prod
VITE_DEV=false
# 请求路径
VITE_BASE_URL='http://10.62.139.32:80/api'
VITE_BASE_URL='http://10.230.41.31:80/api'
# 上传路径
VITE_UPLOAD_URL='http://10.62.139.32:80/api/admin-api/infra/file/upload'
VITE_UPLOAD_URL='http://10.230.41.31:80/api/admin-api/infra/file/upload'
# 接口前缀
VITE_API_BASEPATH=
@ -31,7 +31,7 @@ VITE_BASE_PATH=/
VITE_OUT_DIR=tianhe
# 自定义接口路径
VITE_INTERFACE_URL='http://10.62.139.32:80/magic/web/index.html'
VITE_INTERFACE_URL='http://10.230.41.31:90/magic/web/index.html'
# 积木报表请求路径
VITE_JMREPORT_BASE_URL='http://10.62.139.32:80'
VITE_JMREPORT_BASE_URL='http://10.230.41.31:90'

Loading…
Cancel
Save