Refactor(AI):支持短时间内多个会话
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user