cashier-ipad/env/env.production.js

6 lines
293 B
JavaScript
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.

export default {
'JEEPAY_BASE_URL': 'https://b.rscygroup.com', // 请求URL生产环境
'JEEPAY_BASE_URL_H5': 'https://b.rscygroup.com'
// 'JEEPAY_BASE_URL': 'http://192.168.1.8:9218' // 请求URL测试环境
// 'JEEPAY_BASE_URL': 'https://b.qilinshuzi.com' //支付网关URL
}