From 01328c06e113ea7c4797f2bbf0a1709f8b6bfc24 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 09 May 2025 18:40:18 +0800
Subject: [PATCH] 个人工作台跳转
---
src/views/wel/components/statistics.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/views/wel/components/statistics.vue b/src/views/wel/components/statistics.vue
index c168948..d5ba287 100644
--- a/src/views/wel/components/statistics.vue
+++ b/src/views/wel/components/statistics.vue
@@ -46,6 +46,8 @@
import titleImg5 from '@/assets/images/workbench/st8.png'
import titleImg6 from '@/assets/images/workbench/st9.png'
import { getStatics } from '@/api/home/index'
+import { useRouter } from 'vue-router'
+const router = useRouter()
const store = useStore()
// Object.key;
// 运维人员:1912328766238597121
@@ -54,7 +56,9 @@
getStaticsList()
}
const jumppage = () => {
- console.log('跳转')
+ router.push({
+ path: '/device/index',
+ })
}
const userInfo = computed(() => store.getters.userInfo)
--
Gitblit v1.9.3