|
@@ -77,7 +77,7 @@ module.exports = {
|
|
|
hot: true,
|
|
|
proxy: {
|
|
|
'/simulation/oauth': {
|
|
|
- target: 'http://10.15.12.70',
|
|
|
+ target: 'http://10.12.10.70',
|
|
|
changeOrigin: true,
|
|
|
secure: false,
|
|
|
pathRewrite: {
|
|
@@ -86,15 +86,15 @@ module.exports = {
|
|
|
},
|
|
|
'/simulation/resource/common': {
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- target: 'http://10.15.12.70',
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ target: 'http://10.12.10.70',
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
changeOrigin: true,
|
|
|
secure: false,
|
|
|
pathRewrite: {
|
|
@@ -102,14 +102,14 @@ module.exports = {
|
|
|
}
|
|
|
},
|
|
|
'/simulation/resource/server': {
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- target: 'http://10.15.12.70',
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ target: 'http://10.12.10.70',
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
changeOrigin: true,
|
|
|
secure: false,
|
|
|
pathRewrite: {
|