|
|
|
@ -5,10 +5,10 @@ |
|
|
|
|
export const environment = { |
|
|
|
|
production: false, |
|
|
|
|
// baseUrl: 'https://gratia-pay.dctpay.com/brest/', // 测试环境服务器地址(请求数据地址)
|
|
|
|
|
// baseUrl: 'https://gratia-pay.dctpay.com/brest/', // 测试环境服务器地址(请求数据地址)
|
|
|
|
|
baseUrl: 'https://pay.dctpay.com/brest/', // 测试环境服务器地址(请求数据地址)
|
|
|
|
|
imageUrl: 'https://gratia-pay.dctpay.com/filesystem/', |
|
|
|
|
obsUrl: 'https://gratia-pay-test.obs.cn-southwest-2.myhuaweicloud.com', |
|
|
|
|
baseUrl: 'http://localhost:9602/brest/', // 测试环境服务器地址(请求数据地址)
|
|
|
|
|
// baseUrl: 'http://localhost:9602/brest/', // 测试环境服务器地址(请求数据地址)
|
|
|
|
|
// imageUrl: 'http://localhost:9602/filesystem/',
|
|
|
|
|
// obsUrl: 'https://gratia-pay-test.obs.cn-southwest-2.myhuaweicloud.com',
|
|
|
|
|
}; |
|
|
|
|