From 3ebbc2428787332807d6de215dd23072079b800c Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期三, 24 十一月 2021 17:16:39 +0800
Subject: [PATCH] 地图

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

diff --git a/vue.config.js b/vue.config.js
index 0142447..f4b88d8 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -40,7 +40,7 @@
   // }
 });
 
-// const serverUrl = "http://58.118.225.79:41243" // 缇婁簲
+// const serverUrl = "http://192.168.20.189/:7009"; // 缇婁簲
 const serverUrl = "http://192.168.8.10:7009";
 const serverUrl2 = "http://192.168.8.10:9000";
 // const serverUrl = "http://192.168.20.10:7009";
@@ -129,12 +129,9 @@
         target: serverUrl,
         changeOrigin: true, //寮�鍚唬鐞�
       },
-      "/temp": {
+      "/iotdata": {
         target: serverUrl2,
         changeOrigin: true, //寮�鍚唬鐞�,
-        pathRewrite: {
-          "/temp": "",
-        },
       },
     },
   },

--
Gitblit v1.8.0