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 | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/views/connectUs/index.vue b/src/views/connectUs/index.vue index 72a0ffb..020d65b 100644 --- a/src/views/connectUs/index.vue +++ b/src/views/connectUs/index.vue @@ -37,6 +37,9 @@ if (index == 0) { this.$router.push("/"); } + if (index == 2) { + window.open("http://smartai.com/about"); + } }, }, }; -- Gitblit v1.8.0