From 668e3a93b37b5829009ff0ff1b96b57f6fd5e05d Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期三, 14 四月 2021 10:11: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