|
@@ -60,59 +60,59 @@ module.exports = WebpackMerge.merge(baseConfig, {
|
|
|
|
|
|
|
|
proxy: {
|
|
proxy: {
|
|
|
'/api': {
|
|
'/api': {
|
|
|
- target: 'http://192.168.1.7:11022/',
|
|
|
|
|
|
|
+ target: 'https://a.leanwo.com:11022/',
|
|
|
ws: false,
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
|
secure:true,
|
|
secure:true,
|
|
|
},
|
|
},
|
|
|
'/static': {
|
|
'/static': {
|
|
|
- target: 'http://192.168.1.7:11022/',
|
|
|
|
|
|
|
+ target: 'https://a.leanwo.com:11022/',
|
|
|
ws: false,
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
|
secure:true,
|
|
secure:true,
|
|
|
},
|
|
},
|
|
|
'/dashboard': {
|
|
'/dashboard': {
|
|
|
- target: 'http://192.168.1.7:11022/',
|
|
|
|
|
|
|
+ target: 'https://a.leanwo.com:11022/',
|
|
|
ws: false,
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
|
secure:true,
|
|
secure:true,
|
|
|
},
|
|
},
|
|
|
'/mock': {
|
|
'/mock': {
|
|
|
- target: 'http://192.168.1.7:11022/',
|
|
|
|
|
|
|
+ target: 'https://a.leanwo.com:11022/',
|
|
|
ws: false,
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
|
secure:true,
|
|
secure:true,
|
|
|
},
|
|
},
|
|
|
'/authApi': {
|
|
'/authApi': {
|
|
|
- target: 'http://192.168.1.7:11022/',
|
|
|
|
|
|
|
+ target: 'https://a.leanwo.com:11022/',
|
|
|
ws: false,
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
|
secure:true,
|
|
secure:true,
|
|
|
},
|
|
},
|
|
|
'/Dictionary': {
|
|
'/Dictionary': {
|
|
|
- target: 'http://192.168.1.7:11022/',
|
|
|
|
|
|
|
+ target: 'https://a.leanwo.com:11022/',
|
|
|
ws: false,
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
|
secure:true,
|
|
secure:true,
|
|
|
},
|
|
},
|
|
|
'/Files': {
|
|
'/Files': {
|
|
|
- target: 'http://192.168.1.7:11022/',
|
|
|
|
|
|
|
+ target: 'https://a.leanwo.com:11022/',
|
|
|
ws: false,
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
|
secure:true,
|
|
secure:true,
|
|
|
},
|
|
},
|
|
|
'/WebSocket': {
|
|
'/WebSocket': {
|
|
|
- target: 'http://192.168.1.7:11022/',
|
|
|
|
|
|
|
+ target: 'https://a.leanwo.com:11022/',
|
|
|
ws: true,
|
|
ws: true,
|
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
|
},
|
|
},
|
|
|
'/TrainVideo': {
|
|
'/TrainVideo': {
|
|
|
- target: 'http://192.168.1.7:11022/',
|
|
|
|
|
|
|
+ target: 'https://a.leanwo.com:11022/',
|
|
|
ws: true,
|
|
ws: true,
|
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
|
},
|
|
},
|
|
|
'/gateway-api': {
|
|
'/gateway-api': {
|
|
|
- target: 'http://192.168.1.7:11022/',
|
|
|
|
|
|
|
+ target: 'https://a.leanwo.com:11022/',
|
|
|
ws: true,
|
|
ws: true,
|
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
|
secure:true,
|
|
secure:true,
|