From 790ff2b7d20d1125fb0993503162b7d423275137 Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期五, 29 三月 2024 16:36:58 +0800
Subject: [PATCH] 更改首页智慧工厂路径跳转

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

diff --git a/src/main.js b/src/main.js
index d0bcf43..91c991c 100644
--- a/src/main.js
+++ b/src/main.js
@@ -1,8 +1,11 @@
 import Vue from 'vue'
 import App from './App.vue'
+import ElementUI from 'element-ui';
+import 'element-ui/lib/theme-chalk/index.css';
+import '@/assets/styles/reset.css'
 
 Vue.config.productionTip = false
-
+Vue.use(ElementUI);
 window.document.title = "棣栭〉";
 
 new Vue({

--
Gitblit v1.8.0