From 9a61e46d96536f3299e57f7259ae1c9972256ec6 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 30 九月 2025 09:42:09 +0800
Subject: [PATCH] 1. 隐藏未完成的账户匹配页面 2. 根据第三方新的接口文档修改接口url地址

---
 package.json |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/package.json b/package.json
index 2aa6804..c219580 100644
--- a/package.json
+++ b/package.json
@@ -13,18 +13,34 @@
     "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
   },
   "dependencies": {
+    "@amap/amap-jsapi-loader": "^1.0.1",
     "@ctrl/tinycolor": "^4.0.2",
     "@element-plus/icons-vue": "^2.0.10",
+    "@vue-office/excel": "^1.7.11",
     "@vueuse/core": "^9.7.0",
     "axios": "^1.2.1",
     "dayjs": "^1.11.13",
+    "docx-preview": "^0.3.5",
+    "docxtemplater": "^3.50.0",
+    "docxtemplater-image-module": "^3.1.0",
+    "docxtemplater-image-module-free": "^1.1.1",
+    "echarts": "^5.5.1",
     "element-plus": "^2.8.3",
+    "exceljs": "^4.4.0",
+    "file-saver": "^2.0.5",
     "js-base64": "^3.7.5",
+    "jszip": "^3.10.1",
+    "jszip-utils": "^0.1.0",
     "md5": "^2.3.0",
+    "open-docxtemplater-image-module": "^1.0.3",
     "pinia": "^2.0.26",
+    "pizzip": "^3.1.7",
     "vue": "^3.2.45",
+    "vue-demi": "^0.14.6",
     "vue-i18n": "^9.8.0",
-    "vue-router": "^4.1.6"
+    "vue-print-nb": "^1.7.5",
+    "vue-router": "^4.1.6",
+    "xlsx": "^0.18.5"
   },
   "devDependencies": {
     "@babel/cli": "^7.19.3",

--
Gitblit v1.9.3