From 9dbaf2dc67febaf4187aeb710c0c038f7c2bf15e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 11 Nov 2024 19:46:45 +0800
Subject: [PATCH] 页面跳转方式调整
---
src/views/companyInfo/components/centerContainer.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/companyInfo/components/centerContainer.vue b/src/views/companyInfo/components/centerContainer.vue
index b889c1d..96eebef 100644
--- a/src/views/companyInfo/components/centerContainer.vue
+++ b/src/views/companyInfo/components/centerContainer.vue
@@ -36,7 +36,9 @@
// 返回首页
const goHome = () => {
store.setLoadSub(false)
- router.push('/layout')
+ router.push({
+ path: '/layout'
+ })
}
</script>
--
Gitblit v1.9.3