From daa4b6c11281722578fa4e03ad690401d7c0ea4d Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Mon, 05 Jun 2023 17:24:57 +0800
Subject: [PATCH] 新增页面和配置
---
package.json | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index b2b1965..574e800 100644
--- a/package.json
+++ b/package.json
@@ -8,11 +8,16 @@
},
"dependencies": {
"ant-design-vue": "^1.7.7",
+ "axios": "^1.4.0",
"core-js": "^3.6.5",
"echarts": "^5.1.2",
+ "js-cookie": "^3.0.5",
+ "json-bigint": "^1.0.0",
"moment": "^2.29.1",
"quill-image-resize-module": "^3.0.0",
+ "style-resources-loader": "^1.5.0",
"vue": "^2.6.11",
+ "vue-cli-plugin-style-resources-loader": "^0.1.5",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
--
Gitblit v1.9.2