From 80dc4f0481f24deb307e6922364dbb12813f9d64 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Wed, 13 Nov 2024 10:31:51 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
package.json | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index 822d28a..fbc916a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "ruoyi",
"version": "3.8.6",
- "description": "智慧安评",
+ "description": "专家管理系统",
"author": "若依",
"license": "MIT",
"scripts": {
@@ -16,6 +16,7 @@
},
"dependencies": {
"@element-plus/icons-vue": "2.0.10",
+ "@tinymce/tinymce-vue": "^4.0.5",
"@vueup/vue-quill": "1.2.0",
"@vueuse/core": "9.5.0",
"@wangeditor/editor": "^5.1.18",
@@ -32,10 +33,13 @@
"nprogress": "0.2.0",
"pinia": "2.0.22",
"quill": "^2.0.0-dev.3",
+ "tinymce": "^5.10.2",
"vue": "3.2.45",
+ "vue-baidu-map-3x": "^1.0.35",
"vue-cropper": "1.0.3",
"vue-quill-editor": "^3.0.6",
"vue-router": "4.1.4",
+ "vue3-json-excel": "^1.0.10-alpha",
"wangeditor5-for-vue3": "^0.1.0"
},
"devDependencies": {
--
Gitblit v1.9.2