Refactor(AI):支持短时间内多个会话

This commit is contained in:
lifizer
2025-04-23 17:34:19 +08:00
parent 58b716c0ec
commit 74b02ed292
3 changed files with 40 additions and 34 deletions
-2
View File
@@ -296,7 +296,6 @@ export default {
this.chatMessageList = []
},
clickBackHandle() {
console.log(1)
if (!this.chatNumber) {
if (getCurrentPages().length > 1) {
uni.navigateBack()
@@ -310,7 +309,6 @@ export default {
}
},
pageContainerBeforeleave() {
console.log(22222)
if (!this.chatNumber) {
if (getCurrentPages().length > 1) {
uni.navigateBack()