From 451674dd4dd784fa0725b4ba052d94449d892712 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sat, 28 Sep 2024 15:12:16 +0800
Subject: [PATCH] Merge branch '6-29印度股票' of http://124.156.157.155:8060/r/dg/dabao_admin into 6-29印度股票

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

diff --git a/src/main.js b/src/main.js
index 9d2c9b4..b474e17 100644
--- a/src/main.js
+++ b/src/main.js
@@ -23,10 +23,10 @@
 // window['console']['log'] = function () {} // global style
 
 Vue.config.productionTip = false
-import ElementUI from 'element-ui'
+import { Image } from 'element-ui'
 import 'element-ui/lib/theme-chalk/index.css'
-Vue.use(ElementUI)
 
+Vue.use(Image)
 Vue.prototype.$host = process.env.VUE_APP_API_BASE_URL
 // mount axios to `Vue.$http` and `this.$http`
 Vue.use(VueAxios)

--
Gitblit v1.9.3