|
|
@@ -60,65 +60,65 @@ module.exports = WebpackMerge.merge(baseConfig, {
|
|
|
|
|
|
proxy: {
|
|
|
'/api': {
|
|
|
- target: 'http://localhost:83/',
|
|
|
+ target: 'http://wuzhixin.vip:10023/',
|
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
|
secure: true,
|
|
|
},
|
|
|
'/static': {
|
|
|
- target: 'http://localhost:83/',
|
|
|
+ target: 'http://wuzhixin.vip:10023/',
|
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
|
secure: true,
|
|
|
},
|
|
|
'/content': {
|
|
|
- target: 'http://localhost:83/',
|
|
|
+ target: 'http://wuzhixin.vip:10023/',
|
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
|
secure: true,
|
|
|
},
|
|
|
'/dashboard': {
|
|
|
- target: 'http://localhost:83/',
|
|
|
+ target: 'http://wuzhixin.vip:10023/',
|
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
|
secure: true,
|
|
|
},
|
|
|
'/mock': {
|
|
|
- target: 'http://localhost:83/',
|
|
|
+ target: 'http://wuzhixin.vip:10023/',
|
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
|
secure: true,
|
|
|
},
|
|
|
'/authApi': {
|
|
|
- target: 'http://localhost:83/',
|
|
|
+ target: 'http://wuzhixin.vip:10023/',
|
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
|
secure: true,
|
|
|
},
|
|
|
'/Dictionary': {
|
|
|
- target: 'http://localhost:83/',
|
|
|
+ target: 'http://wuzhixin.vip:10023/',
|
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
|
secure: true,
|
|
|
},
|
|
|
'/Files': {
|
|
|
- target: 'http://localhost:83/',
|
|
|
+ target: 'http://wuzhixin.vip:10023/',
|
|
|
ws: false,
|
|
|
changeOrigin: true,
|
|
|
secure: true,
|
|
|
},
|
|
|
'/WebSocket': {
|
|
|
- target: 'http://localhost:83/',
|
|
|
+ target: 'http://wuzhixin.vip:10023/',
|
|
|
ws: true,
|
|
|
changeOrigin: true,
|
|
|
},
|
|
|
'/TrainVideo': {
|
|
|
- target: 'http://localhost:83/',
|
|
|
+ target: 'http://wuzhixin.vip:10023/',
|
|
|
ws: true,
|
|
|
changeOrigin: true,
|
|
|
},
|
|
|
'/gateway-api': {
|
|
|
- target: 'http://localhost:83/',
|
|
|
+ target: 'http://wuzhixin.vip:10023/',
|
|
|
ws: true,
|
|
|
changeOrigin: true,
|
|
|
secure: true,
|