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;