yangbifan 2 年之前
父節點
當前提交
0cb0c63395
共有 1 個文件被更改,包括 6 次插入5 次删除
  1. 6 5
      vue.config.js

+ 6 - 5
vue.config.js

@@ -93,7 +93,7 @@ module.exports = {
         proxy: {
             // 开发环境变化可注释 ⬇️⬇️
             "/market/CMK": {
-                target: "http://192.168.2.26:9600",
+                target: "http://43.138.50.94:9600",
                 ws: false,
                 changeOrigin: true,
                 pathRewrite: {
@@ -101,7 +101,7 @@ module.exports = {
                 },
             },
             "/market/mk": {
-                target: "http://192.168.2.26:9600",
+                target: "http://43.138.50.94:9600",
                 ws: false,
                 changeOrigin: true,
                 pathRewrite: {
@@ -109,7 +109,7 @@ module.exports = {
                 },
             },
             "/market/techcentergj": {
-                target: "http://192.168.2.26:9600",
+                target: "http://43.138.50.94:9600",
                 ws: false,
                 changeOrigin: true,
                 pathRewrite: {
@@ -117,7 +117,7 @@ module.exports = {
                 },
             },
             "/mkWangge": {
-                target: "http://192.168.2.26:9600",
+                target: "http://43.138.50.94:9600",
                 ws: false,
                 changeOrigin: true,
                 pathRewrite: {
@@ -135,7 +135,8 @@ module.exports = {
                 // target: 'http://192.168.0.156:9600/',
                 // target: 'http://192.168.2.170:9600/',
                 // target: 'http://192.168.2.169:9600/',
-                target: "http://192.168.2.26:9600",
+                // target: "http://192.168.2.26:9600",
+                target:'http://43.138.50.94:9600',
                 changeOrigin: true,
             },
         },