docs(dialogue): 修改恢复上传任务注释中的描述
This commit is contained in:
parent
57555751e4
commit
99898555d4
@ -443,7 +443,7 @@ export const useDialogueStore = defineStore('dialogue', {
|
|||||||
this.records.splice(low, 0, task)
|
this.records.splice(low, 0, task)
|
||||||
},
|
},
|
||||||
|
|
||||||
// 恢复当前会话的上传任务(极致性能优化)
|
// 恢复当前会话的上传任务
|
||||||
restoreUploadTasks() {
|
restoreUploadTasks() {
|
||||||
// 获取当前会话的sessionKey
|
// 获取当前会话的sessionKey
|
||||||
const sessionKey = `${this.talk.talk_type}_${this.talk.receiver_id}`
|
const sessionKey = `${this.talk.talk_type}_${this.talk.receiver_id}`
|
||||||
|
Loading…
Reference in New Issue
Block a user