From 84d97857cb5ba7cfb62b6400bdff0911eab4826b Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期六, 17 十二月 2022 18:30:44 +0800
Subject: [PATCH] 图层管理界面添加

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

diff --git a/src/main.js b/src/main.js
index 06cbc2d..f0d0502 100644
--- a/src/main.js
+++ b/src/main.js
@@ -11,6 +11,7 @@
 // import locale from 'element-ui/lib/locale/lang/zh-CN'
 // import 'element-ui/lib/theme-chalk/index.css';
 import '@/assets/element-variables.scss';
+
 Vue.prototype.$echarts = echarts;
 import * as echarts from 'echarts';
 Vue.use(ElementUI, { locale });
@@ -24,6 +25,5 @@
   router,
   i18n,
   store,
-
   render: (h) => h(App),
 }).$mount('#app');

--
Gitblit v1.9.3