fix:修改登录,页面494跳转路由

This commit is contained in:
17630416519 2026-01-12 08:38:56 +08:00
parent 846f8092ff
commit eb940dc758
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<div class="bullshit__info">
对不起您正在寻找的页面不存在尝试检查URL的错误然后按浏览器上的刷新按钮或尝试在我们的应用程序中找到其他内容
</div>
<router-link to="/plant_model/PlantProductlinebody" class="bullshit__return-home">
<router-link to="/index" class="bullshit__return-home">
返回首页
</router-link>
</div>

View File

@ -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)