diff --git a/src/components/header/index.vue b/src/components/header/index.vue index ac0ee54..0b7cff1 100644 --- a/src/components/header/index.vue +++ b/src/components/header/index.vue @@ -240,6 +240,13 @@ const resetPhone = async () => { }) } +// 数据大屏 +const onJumpScreen = () => { + router.push({ + name: 'big-screen', + }) +} + onMounted(() => { // 有token才请求用户信息 if (store.token) { @@ -296,6 +303,10 @@ onMounted(() => { 消息
+
+ 数据大屏 +
+