From 917b4cbe663dd840492bb47842be0f1ed422a4f8 Mon Sep 17 00:00:00 2001
From: 阳洁 <2077506045@qq.com>
Date: 星期三, 17 一月 2024 15:20:04 +0800
Subject: [PATCH] 修改VAQ取消选择后图片分类错误问题、调整VAQ提交页面

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

diff --git a/src/main.js b/src/main.js
index 2b0de04..bd8d2e8 100644
--- a/src/main.js
+++ b/src/main.js
@@ -17,6 +17,10 @@
 
 import 'babel-polyfill'
 import promise from 'es6-promise'
+
+import * as echarts from 'echarts'
+Vue.prototype.$echarts = echarts
+
 promise.polyfill()
 
 Vue.use(Element, {

--
Gitblit v1.9.1