From 0b73c695249956b20421e87ce68d3ced6fd4e51e Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 11 十月 2023 13:01:41 +0800
Subject: [PATCH] 环境修改

---
 vue.config.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index 767e5e8..fa723fa 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -15,9 +15,10 @@
     proxy: {
       "/api": {
         target: "http://192.168.20.119:8002", // http://192.168.20.119:8002 http://fai365.com:30150/
+        // target: "http://192.168.20.118:8002",
         ws: true,
         changeOrigin: true
-      }
+      },
     }
   },
   transpileDependencies: [
@@ -31,7 +32,7 @@
       configNew.externals = externals
       configNew.plugins = []
     } else if (process.env.NODE_ENV === "development") {
-      console.log("development", config)
+      // console.log("development", config)
     }
     return configNew
   },

--
Gitblit v1.8.0