Fix(云灵AI):[#5193]返回主页,需要关闭规格弹窗
This commit is contained in:
@@ -645,6 +645,7 @@ export default {
|
||||
},
|
||||
// 创建新会话
|
||||
createNewHandle() {
|
||||
this.closeAttrWindow()
|
||||
if (this.audioContext) {
|
||||
this.audioContext.stop()
|
||||
}
|
||||
@@ -681,9 +682,6 @@ export default {
|
||||
})
|
||||
}
|
||||
} else {
|
||||
if (this.$refs.attrWindow && this.$refs.attrWindow.attr) {
|
||||
this.$refs.attrWindow.attr.cartAttr = false
|
||||
}
|
||||
this.createNewHandle()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user