From 3fb6f00c7e29e1554c4de97a74adbba078acdfa5 Mon Sep 17 00:00:00 2001 From: xjs Date: Thu, 10 Apr 2025 11:18:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=B3=E9=97=AD=E8=BF=99=E9=87=8C?= =?UTF-8?q?=E7=9A=84=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/publicRoutes.ts | 8 ++++++++ src/views/ai-conversion.vue | 6 ++++++ src/views/sort-college.vue | 1 - 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 src/views/ai-conversion.vue diff --git a/src/router/publicRoutes.ts b/src/router/publicRoutes.ts index be74485..55283ea 100644 --- a/src/router/publicRoutes.ts +++ b/src/router/publicRoutes.ts @@ -7,6 +7,14 @@ export const publicRoutes = [ }, component:()=>import('../views/sort-college.vue') }, + { + path:'ai-conversion', + name:'ai', + meta:{ + title:'六维小助手' + }, + component: () => import('../views/ai-conversion.vue') + }, { path:"/unauthorized", name:'unauthorized', diff --git a/src/views/ai-conversion.vue b/src/views/ai-conversion.vue new file mode 100644 index 0000000..9a40a80 --- /dev/null +++ b/src/views/ai-conversion.vue @@ -0,0 +1,6 @@ + + + \ No newline at end of file diff --git a/src/views/sort-college.vue b/src/views/sort-college.vue index bc05f8c..09f8259 100644 --- a/src/views/sort-college.vue +++ b/src/views/sort-college.vue @@ -46,7 +46,6 @@ message: JSON.stringify(wishList.value), }, }); - uni.navigateBack({ delta: 1 }) }; const removeCollege = (index:number) => {