From 84f11d4ca59f9580a7e7de5471e3eb86ea14c16b Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期六, 01 八月 2020 18:08:16 +0800
Subject: [PATCH] 屏蔽未开放应用

---
 src/pages/index/main.ts |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/pages/index/main.ts b/src/pages/index/main.ts
index 80f18a4..d910dc3 100644
--- a/src/pages/index/main.ts
+++ b/src/pages/index/main.ts
@@ -1,7 +1,12 @@
 import Vue from 'vue'
 import ElementUI from 'element-ui'
 import 'element-ui/lib/theme-chalk/index.css'
-import App from './App.vue'
+import 'element-ui/lib/theme-chalk/index.css';
+import "@/assets/css/element-variables.scss";
+import "../../assets/css/common.scss"
+import "../../assets/css/overried.scss"
+
+import App from './app.vue'
 
 Vue.use(ElementUI)
 

--
Gitblit v1.8.0