From c20312ff401ef39ea22f4096096c43056ebfce43 Mon Sep 17 00:00:00 2001
From: JinxChen <2183691628@qq.com>
Date: Thu, 15 Sep 2022 10:43:34 +0800
Subject: [PATCH] =?UTF-8?q?feat=20-=20=E6=B7=BB=E5=8A=A0=E6=96=87=E7=AB=A0?=
=?UTF-8?q?=20=20=20=20=20-=20=E5=AF=8C=E6=96=87=E6=9C=AC=E7=BC=96?=
=?UTF-8?q?=E8=BE=91=E5=99=A8=E6=9B=B4=E6=8D=A2=E4=B8=BA=20wangeditor/edit?=
=?UTF-8?q?or-for-vue?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 10 ++++-
package.json | 6 ++-
src/utils/model.js | 4 +-
.../main/add-articles/index.vue | 37 +++++++++++++++++--
4 files changed, 47 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index 45471e5..827c5b3 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
@@ -77,4 +77,10 @@ feat
## v1.0.2
`2022.9.9`
feat
-- 增加 群发列表功能
\ No newline at end of file
+- 增加 群发列表功能
+
+## v1.0.3
+`2022.9.14`
+feat
+- 添加文章
+ - 富文本编辑器更换为 wangeditor/editor-for-vue
\ No newline at end of file
diff --git a/package.json b/package.json
index f634d28..43b9a4a 100644
--- a/package.json
+++ b/package.json
@@ -16,6 +16,8 @@
"test:ci": "npm run lint && npm run test:unit"
},
"dependencies": {
+ "@wangeditor/editor": "^5.1.15",
+ "@wangeditor/editor-for-vue": "^1.0.1",
"axios": "0.18.1",
"core-js": "3.6.5",
"element-ui": "2.13.2",
@@ -23,7 +25,7 @@
"normalize.css": "7.0.0",
"nprogress": "0.2.0",
"path-to-regexp": "2.4.0",
- "vue": "2.6.10",
+ "vue": "2.6.14",
"vue-router": "3.0.6",
"vuex": "3.1.0",
"xlsx": "0.14.1"
@@ -52,7 +54,7 @@
"serve-static": "1.13.2",
"svg-sprite-loader": "4.1.3",
"svgo": "1.2.2",
- "vue-template-compiler": "2.6.10"
+ "vue-template-compiler": "2.6.14"
},
"browserslist": [
"> 1%",
diff --git a/src/utils/model.js b/src/utils/model.js
index 215f2b6..8ed6a6e 100644
--- a/src/utils/model.js
+++ b/src/utils/model.js
@@ -1,8 +1,8 @@
/*
* @Date: 2021-11-30 15:09:25
* @LastEditors: JinxChen
- * @LastEditTime: 2022-09-09 15:05:38
+ * @LastEditTime: 2022-09-14 09:05:54
* @FilePath: \TelpoUserManageAdmin\src\utils\model.js
* @description: 版本号
*/
-export const VersionModel = '1.0.2';
+export const VersionModel = '1.0.3';
diff --git a/src/views/message-manage/main/add-articles/index.vue b/src/views/message-manage/main/add-articles/index.vue
index 18f6e1c..8c95661 100644
--- a/src/views/message-manage/main/add-articles/index.vue
+++ b/src/views/message-manage/main/add-articles/index.vue
@@ -1,7 +1,7 @@
@@ -55,8 +55,23 @@
-
+
+
+
+
+
@@ -70,10 +85,11 @@
+