From fda744fc41fef54c2b27b58823c6cf55c87396c9 Mon Sep 17 00:00:00 2001
From: YANGDL <114714267@qq.com>
Date: 星期二, 09 三月 2021 15:11:33 +0800
Subject: [PATCH] 修复ie下不能显示的问题

---
 src/api/index.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/index.js b/src/api/index.js
index 5654a60..1df9919 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -2,6 +2,6 @@
 import * as mapUrl from './mapUrl'
 
 export default {
-    mapApi,
-    mapUrl
+  mapApi,
+  mapUrl
 }

--
Gitblit v1.8.0