From 45fbd9d1e4f63c6e43512d9d532d491367cc55ee Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期四, 21 十二月 2023 08:43:04 +0800
Subject: [PATCH] 修复弹窗bug

---
 package.json |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package.json b/package.json
index 574e800..27b03ee 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,7 @@
     "axios": "^1.4.0",
     "core-js": "^3.6.5",
     "echarts": "^5.1.2",
+    "js-base64": "^3.7.5",
     "js-cookie": "^3.0.5",
     "json-bigint": "^1.0.0",
     "moment": "^2.29.1",
@@ -28,6 +29,7 @@
     "@vue/cli-plugin-vuex": "~4.5.0",
     "@vue/cli-service": "~4.5.0",
     "babel-plugin-import": "^1.13.3",
+    "file-loader": "^6.2.0",
     "less": "^3.0.4",
     "less-loader": "^5.0.0",
     "vue-template-compiler": "^2.6.11"

--
Gitblit v1.9.2