diff --git a/package.json b/package.json index 51c6836..b057882 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,11 @@ "dependencies": { "@antv/data-set": "^0.10.2", "@antv/g2": "^3.4.10", + "@fullcalendar/core": "^4.2.0", + "@fullcalendar/daygrid": "^4.2.0", + "@fullcalendar/interaction": "^4.2.0", + "@fullcalendar/timegrid": "^4.2.0", + "@fullcalendar/vue": "^4.2.2", "@tinymce/tinymce-vue": "^2.0.0", "axios": "^0.18.0", "clipboard": "^2.0.0", diff --git a/src/components/fullcalendar/fullcalendar.vue b/src/components/fullcalendar/fullcalendar.vue deleted file mode 100644 index 660d739..0000000 --- a/src/components/fullcalendar/fullcalendar.vue +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - diff --git a/src/view/chat/chat.vue b/src/view/chat/chat.vue index 1bf593a..9750419 100644 --- a/src/view/chat/chat.vue +++ b/src/view/chat/chat.vue @@ -177,8 +177,8 @@ export default { // 主动发送消息会话列表顺序改变 handleSendMessage (val) { + this.currentConversation.updateTime = val if (this.currentConversationIndex !== 0) { - this.currentConversation.updateTime = val this.conversationList.splice(this.currentConversationIndex, 1) this.conversationList = [this.currentConversation, ...this.conversationList] this.currentConversationIndex = 0 diff --git a/src/view/chat/components/ChatBox.vue b/src/view/chat/components/ChatBox.vue index def0871..7a44a34 100644 --- a/src/view/chat/components/ChatBox.vue +++ b/src/view/chat/components/ChatBox.vue @@ -53,8 +53,7 @@ + + diff --git a/src/view/directive/directive.vue b/src/view/directive/directive.vue index d731335..4c8fab5 100644 --- a/src/view/directive/directive.vue +++ b/src/view/directive/directive.vue @@ -23,8 +23,11 @@ - + + + 可拖动弹窗 @@ -59,9 +62,6 @@ - - 拖动这里即可拖动整个弹窗 -