liujiejie 1 日 前
コミット
acf01e745b
1 ファイル変更4 行追加6 行削除
  1. 4 6
      vue.config.js

+ 4 - 6
vue.config.js

@@ -66,8 +66,8 @@ module.exports = {
         // target: "http://192.168.5.4:16200", // 石月
         // target: "http://192.168.50.235:16200", // 内网
         // target: "http://192.168.5.15:16200",
-        // target: "http://192.168.50.235:16500", //演示环境
-        target: "http://106.120.102.238:26500", //外网演示环境
+        target: "http://192.168.50.235:16500", //演示环境
+        // target: "http://106.120.102.238:26500", //外网演示环境
         // target: "http://106.120.102.238:16700", // 外网16700  生产16600
         // target: "http://10.96.137.5",
         changeOrigin: true,
@@ -120,7 +120,6 @@ module.exports = {
         pathRewrite: {
           "^/WJJhealth": "", // 去掉 /WZLapi 前缀
         },
-    
       },
       // 故障诊断
       "/WJJdiag": {
@@ -129,7 +128,6 @@ module.exports = {
         pathRewrite: {
           "^/WJJdiag": "", // 去掉 /WZLapi 前缀
         },
-
       },
 
       // 数据转换亮亮
@@ -162,8 +160,8 @@ module.exports = {
       },
       //nodejs 数据库数据
       "/downLoadChart": {
-        target: "http://127.0.0.1:3000",
-        // target: "http://192.168.50.235:8999/downLoadChart", //内网演示
+        // target: "http://127.0.0.1:3000",
+        target: "http://192.168.50.235:8999/downLoadChart", //内网演示
         // target: "http://106.120.102.238:28999/downLoadChart", //外网演示
         changeOrigin: true,
         pathRewrite: {