From f20a554bdb24e9dfde9dc6a69d78595944f61d15 Mon Sep 17 00:00:00 2001 From: mark <mark18340872469@163.com> Date: 星期二, 25 十月 2022 14:53:57 +0800 Subject: [PATCH] 设备管理 样式调整 --- src/views/connectUs/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/connectUs/index.vue b/src/views/connectUs/index.vue index d861af0..020d65b 100644 --- a/src/views/connectUs/index.vue +++ b/src/views/connectUs/index.vue @@ -37,8 +37,8 @@ if (index == 0) { this.$router.push("/"); } - if (index == 2 || index == 4) { - window.open("http://smartai.com/contact"); + if (index == 2) { + window.open("http://smartai.com/about"); } }, }, -- Gitblit v1.8.0