From eb940dc75814cd2e2a557c5849763047d374f7d4 Mon Sep 17 00:00:00 2001 From: 17630416519 Date: Mon, 12 Jan 2026 08:38:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95?= =?UTF-8?q?=EF=BC=8C=E9=A1=B5=E9=9D=A2494=E8=B7=B3=E8=BD=AC=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/error/404.vue | 2 +- src/views/login.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/error/404.vue b/src/views/error/404.vue index 319ec89..f205303 100644 --- a/src/views/error/404.vue +++ b/src/views/error/404.vue @@ -17,7 +17,7 @@
对不起,您正在寻找的页面不存在。尝试检查URL的错误,然后按浏览器上的刷新按钮或尝试在我们的应用程序中找到其他内容。
- + 返回首页 diff --git a/src/views/login.vue b/src/views/login.vue index 62c883c..6a4ff07 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -169,7 +169,7 @@ function handleLogin() { } return acc }, {}) - router.push({ path: '/plant_model/PlantProductlinebody', query: otherQueryParams }) + router.push({ path: '/index', query: otherQueryParams }) }) .catch((error) => { console.error(error)