Feat(AI):增加参数,只有通过点击才能进入,以便微信审核

This commit is contained in:
lifizer
2025-04-14 14:47:39 +08:00
parent aa58754f1c
commit 4fa9c6a594
4 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export default {
},
enterAiChat() {
uni.navigateTo({
url: '/aiChat/views/index'
url: '/aiChat/views/index?click=1'
})
}
}