From c87fb07eba68ee3f9cbd860ff9159daa4d58f5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=B0=B8=E8=B6=85?= <2090205686@qq.com> Date: Wed, 2 Jul 2025 10:51:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BF=E5=8A=A1=E6=95=B0=E6=8D=AE=E5=A4=A7?= =?UTF-8?q?=E5=B1=8F=E7=9A=84=E8=BF=94=E5=9B=9E=E9=A6=96=E9=A1=B5=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/custom-scroll-title/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-digital-agriculture-screen/src/components/custom-scroll-title/index.vue b/new-digital-agriculture-screen/src/components/custom-scroll-title/index.vue index 885e74c..13376ff 100644 --- a/new-digital-agriculture-screen/src/components/custom-scroll-title/index.vue +++ b/new-digital-agriculture-screen/src/components/custom-scroll-title/index.vue @@ -122,7 +122,7 @@ function handleTitleBtn(t = -1) { } function handleTitleClick(val) { if (val === 'home') { - window.location.href = 'http://47.109.205.240/platform'; + window.location.href = '/platform'; return; } activeTitle.value = val;