This commit is contained in:
24kycj
2024-12-09 14:56:35 +08:00
parent f933a19025
commit 1f8f0dcb4c
7 changed files with 359 additions and 261 deletions
+1 -1
View File
@@ -557,7 +557,7 @@ export default {
},
// 刷新时间
handleRefresh() {
this.$store.commit('chat/setData', {
this.$store.dispatch('chat/setDatas', {
name: 'refreshTime',
data: this.refreshTime
})