From e1e99062e6b0655a7906a18a19e2966727cbd2ed Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期四, 15 四月 2021 15:21:37 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/api/host.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/api/host.js b/src/api/host.js
index 952df8f..d2b8228 100644
--- a/src/api/host.js
+++ b/src/api/host.js
@@ -1,6 +1,6 @@
 /**
  * 鏈嶅姟HOST瀹氫箟
  */
-export const $HOST = process.env.VUE_APP_API_HOST
-// map鏈嶅姟
-export const $HOST_MAP_SERVICE = process.env.VUE_APP_MAP_SERVICE
+import { getSchemeHost } from '../utils/tools'
+
+export const $HOST = getSchemeHost()

--
Gitblit v1.8.0