This commit is contained in:
2024-09-10 10:49:08 +08:00
parent b5fd06b800
commit dd4f5938da
6391 changed files with 722800 additions and 0 deletions

6
env/env.development.js vendored Normal file
View File

@@ -0,0 +1,6 @@
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
}