From e45cb00314d0d027996a6155d05bde749ab4acd8 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 22 六月 2022 10:57:56 +0800
Subject: [PATCH] 1.解决了部分浏览器兼容问题
---
package.json | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index e0d6fd1..196407a 100644
--- a/package.json
+++ b/package.json
@@ -18,6 +18,7 @@
"core-js": "3.6.5",
"echarts": "^5.3.2",
"element-ui": "2.13.2",
+ "jquery": "^3.6.0",
"js-cookie": "2.2.0",
"normalize.css": "7.0.0",
"nprogress": "0.2.0",
@@ -36,6 +37,7 @@
"babel-eslint": "10.1.0",
"babel-jest": "23.6.0",
"babel-plugin-dynamic-import-node": "2.3.3",
+ "babel-plugin-transform-remove-console": "^6.9.4",
"chalk": "2.4.2",
"connect": "3.6.6",
"eslint": "6.7.2",
--
Gitblit v1.9.3