Files
dax-pay-h5/.env.production
DaxPay 796f1267b5 feat(router): 更新支付成功页面路由并调整相关逻辑
- 修改支付成功页面路由,增加订单号参数
- 更新 PaySuccess 组件以使用路由参数中的订单号
- 移除支付成功页面的动态标题显示,固定为"支付成功"
- 设置 API 接口前缀为 /server
2025-03-30 20:54:04 +08:00

18 lines
438 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 项目访问目录
VITE_PUBLIC_PATH=/
# API 接口前缀
VITE_GLOB_API_URL_PREFIX=/server
# 是否删除console
VITE_DROP_CONSOLE=true
# 虚拟控制台
VITE_V_CONSOLE=false
# 是否启用gzip压缩或brotli压缩, 可选: gzip | brotli | none, 如果你需要多种形式,你可以用','来分隔
VITE_BUILD_COMPRESS='none'
# 使用压缩时是否删除原始文件默认为false
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE=false