java-mall-admin/.env.prod
2024-11-01 16:24:11 +08:00

9 lines
227 B
Plaintext

NODE_ENV = 'production'
VUE_APP_BASE_URL="https://mall.gpxscs.cn"
VUE_APP_ADMIN_URL="https://mall.gpxscs.cn/admin"
VUE_APP_API_URL="https://mall.gpxscs.cn/api"
VUE_APP_H5_URL="https://mall.gpxscs.cn/h5"
VUE_APP_VER="2.0.278"