From 7a87f1b52e4a1b33a20605315e6abf3c8a12e624 Mon Sep 17 00:00:00 2001 From: xjs Date: Mon, 28 Apr 2025 16:07:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0AI=E8=A7=A3=E8=AF=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sort-college.vue | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/views/sort-college.vue b/src/views/sort-college.vue index 53dab94..a1a7e8e 100644 --- a/src/views/sort-college.vue +++ b/src/views/sort-college.vue @@ -9,13 +9,15 @@
-
- +
- - @@ -76,6 +78,10 @@ ); }; + const handleReport = () => { + uni.navigateTo({ url: `/aiService-sub/index/index?fileId=${vId.value}&locationCode=${locationCode.value}` }) + } + onBeforeMount(() => { let _mapParams: { [key: string]: any } = {}; let params = decodeURIComponent(location.search).slice(1, location.search.length).split("&");