|
@@ -78,7 +78,7 @@ module.exports = {
|
|
proxy: { // 配置跨域处理 可以设置多个
|
|
proxy: { // 配置跨域处理 可以设置多个
|
|
'/simulation/oauth': {
|
|
'/simulation/oauth': {
|
|
// target: 'http://60.205.245.110:7001', // online-new
|
|
// target: 'http://60.205.245.110:7001', // online-new
|
|
- target: 'http://192.168.11.221:7001', // 国汽机房
|
|
|
|
|
|
+ target: 'http://82.156.222.130:7001', // 国汽机房
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
secure: false, // 如果是https接口,需要配置这个参数
|
|
secure: false, // 如果是https接口,需要配置这个参数
|
|
pathRewrite: {
|
|
pathRewrite: {
|
|
@@ -87,7 +87,7 @@ module.exports = {
|
|
},
|
|
},
|
|
'/simulation/resource/common': {
|
|
'/simulation/resource/common': {
|
|
// target: 'http://60.205.245.110:8001', // online-new
|
|
// target: 'http://60.205.245.110:8001', // online-new
|
|
- target: 'http://192.168.11.221:8001', // 国汽机房
|
|
|
|
|
|
+ target: 'http://82.156.222.130:8001', // 国汽机房
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
secure: false, // 如果是https接口,需要配置这个参数
|
|
secure: false, // 如果是https接口,需要配置这个参数
|
|
pathRewrite: {
|
|
pathRewrite: {
|
|
@@ -96,7 +96,7 @@ module.exports = {
|
|
},
|
|
},
|
|
'/simulation/resource/server': {
|
|
'/simulation/resource/server': {
|
|
// target: 'http://60.205.245.110:8005', // online-new
|
|
// target: 'http://60.205.245.110:8005', // online-new
|
|
- target: 'http://192.168.11.221:8005', // 国汽机房
|
|
|
|
|
|
+ target: 'http://82.156.222.130:8005', // 国汽机房
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
secure: false, // 如果是https接口,需要配置这个参数
|
|
secure: false, // 如果是https接口,需要配置这个参数
|
|
pathRewrite: {
|
|
pathRewrite: {
|
|
@@ -105,7 +105,7 @@ module.exports = {
|
|
},
|
|
},
|
|
'/simulation/resource/video': {
|
|
'/simulation/resource/video': {
|
|
// target: 'http://60.205.245.110:8007', // online-new
|
|
// target: 'http://60.205.245.110:8007', // online-new
|
|
- target: 'http://192.168.11.221:8007', // 国汽机房
|
|
|
|
|
|
+ target: 'http://82.156.222.130:8007', // 国汽机房
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|
|
secure: false, // 如果是https接口,需要配置这个参数
|
|
secure: false, // 如果是https接口,需要配置这个参数
|
|
pathRewrite: {
|
|
pathRewrite: {
|