From 817628461f31f9c28cdb3ad04de5a48b9db85e1d Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期五, 16 四月 2021 10:43:29 +0800
Subject: [PATCH] 废气点点击弹窗偏移

---
 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