|
@@ -44,7 +44,7 @@ module.exports = {
|
|
|
// http://192.168.3.28:8005
|
|
|
// 192.168.3.38:8088
|
|
|
'/order': {
|
|
|
- target: 'http://testpay.dayaedu.com',
|
|
|
+ target: 'https://pay.dayaedu.com',
|
|
|
// target: `http://192.168.3.38:9000`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
@@ -52,7 +52,7 @@ module.exports = {
|
|
|
}
|
|
|
},
|
|
|
'/user': {
|
|
|
- target: 'http://testpay.dayaedu.com',
|
|
|
+ target: 'https://pay.dayaedu.com',
|
|
|
// target: `http://192.168.3.38:9000`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|