Refactor(AI智能):采取分包

This commit is contained in:
lifizer
2025-04-01 14:13:57 +08:00
parent 68cfae2893
commit 84562cf6f1
26 changed files with 22 additions and 19 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export default {
},
enterAiChat() {
uni.navigateTo({
url: '/pages/aiChat/index'
url: '/aiChat/views/index'
})
}
}