From ef9f19192df89a5ec2dea8425d0fac0fd7eff6e6 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期一, 17 三月 2025 16:25:50 +0800 Subject: [PATCH] 接口对接 --- package.json | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/package.json b/package.json index 45ae4ef..7293990 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "@wangeditor/editor-for-vue": "^5.1.12", "@wangeditor/plugin-upload-attachment": "^1.1.0", "axios": "0.27.2", + "crypto-browserify": "^3.12.1", "docxtemplater": "^3.54.0", "echarts": "5.4.0", "element-plus": "2.2.27", @@ -36,13 +37,17 @@ "jszip-utils": "^0.1.0", "moment": "^2.30.1", "nprogress": "0.2.0", + "path-browserify": "^1.0.1", + "pdfjs-dist": "^4.10.38", "pinia": "2.0.22", "pizzip": "^3.1.7", "quill": "^2.0.0-dev.3", + "stream-browserify": "^3.0.0", "tinymce": "^5.10.2", "vue": "3.2.45", "vue-baidu-map-3x": "^1.0.35", "vue-cropper": "1.0.3", + "vue-pdf": "^4.3.0", "vue-quill-editor": "^3.0.6", "vue-router": "4.1.4", "vue3-json-excel": "^1.0.10-alpha", @@ -58,6 +63,7 @@ "unplugin-vue-setup-extend-plus": "0.4.9", "vite": "3.2.3", "vite-plugin-compression": "0.5.1", + "vite-plugin-require": "^1.2.14", "vite-plugin-svg-icons": "2.0.1" } } -- Gitblit v1.9.2