From f6851bfa775e015081f1b8890bce4f62d8ebf91d Mon Sep 17 00:00:00 2001
From: lifizer <913626195@qq.com>
Date: Tue, 8 Apr 2025 10:48:11 +0800
Subject: [PATCH] =?UTF-8?q?Fix(AI):[#3612]=E8=BF=9B=E5=85=A5=E9=97=AE?=
=?UTF-8?q?=E7=AD=94=E9=A1=B5=E9=9D=A2=E5=90=8E=EF=BC=8C=E7=82=B9=E5=87=BB?=
=?UTF-8?q?=E5=B7=A6=E4=B8=8A=E8=A7=92=E8=BF=94=E5=9B=9E=E6=8C=89=E9=92=AE?=
=?UTF-8?q?=EF=BC=8C=E4=BC=9A=E7=9B=B4=E6=8E=A5=E8=BF=94=E5=9B=9E=E5=B0=8F?=
=?UTF-8?q?=E7=A8=8B=E5=BA=8F=E9=A6=96=E9=A1=B5=EF=BC=8C=E6=94=B9=E4=B8=BA?=
=?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=88=B0AI=E9=A6=96=E9=A1=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
aiChat/views/index.vue | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/aiChat/views/index.vue b/aiChat/views/index.vue
index 5e9cd01..1e3df0a 100644
--- a/aiChat/views/index.vue
+++ b/aiChat/views/index.vue
@@ -4,14 +4,16 @@
class="fix-tabbar-page"
>
1) {
+ uni.navigateBack()
+ } else {
+ uni.reLaunch({
+ url: '/pages/home/index'
+ })
+ }
+ } else {
+ this.createNewHandle()
+ }
}
}
}