|
|
|
@ -4,15 +4,15 @@ |
|
|
|
|
|
|
|
|
|
export const environment = { |
|
|
|
|
production: false, |
|
|
|
|
// baseUrl: 'https://phg.dctpay.com/brest/', // 测试环境服务器地址(请求数据地址)
|
|
|
|
|
// orderUrl: 'https://phg.dctpay.com/order/', // 测试环境服务器地址(请求数据地址)
|
|
|
|
|
// userUrl: 'https://phg.dctpay.com/user/', // 测试环境服务器地址(请求数据地址)
|
|
|
|
|
// imageUrl: 'https://phg.obs.cn-southwest-2.myhuaweicloud.com/',
|
|
|
|
|
baseUrl: 'https://phg.dctpay.com/brest/', // 测试环境服务器地址(请求数据地址)
|
|
|
|
|
orderUrl: 'https://phg.dctpay.com/order/', // 测试环境服务器地址(请求数据地址)
|
|
|
|
|
userUrl: 'https://phg.dctpay.com/user/', // 测试环境服务器地址(请求数据地址)
|
|
|
|
|
imageUrl: 'https://phg.obs.cn-southwest-2.myhuaweicloud.com/', |
|
|
|
|
//
|
|
|
|
|
baseUrl: 'http://localhost:9702/brest/', // 测试环境服务器地址(请求数据地址)
|
|
|
|
|
orderUrl: 'http://localhost:9703/order/', // 测试环境服务器地址(请求数据地址)
|
|
|
|
|
userUrl: 'http://localhost:9704/user/', // 测试环境服务器地址(请求数据地址)
|
|
|
|
|
imageUrl: 'https://phg-test.obs.cn-southwest-2.myhuaweicloud.com/', |
|
|
|
|
// baseUrl: 'http://localhost:9702/brest/', // 测试环境服务器地址(请求数据地址)
|
|
|
|
|
// orderUrl: 'http://localhost:9703/order/', // 测试环境服务器地址(请求数据地址)
|
|
|
|
|
// userUrl: 'http://localhost:9704/user/', // 测试环境服务器地址(请求数据地址)
|
|
|
|
|
// imageUrl: 'https://phg-test.obs.cn-southwest-2.myhuaweicloud.com/',
|
|
|
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|