From ed35d0b4c2051e067bd9904c4b0158257d5db0d9 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期二, 02 八月 2022 18:58:30 +0800 Subject: [PATCH] 摄像机树样式,导出数据样式 --- src/components/Footer.vue | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 6132f0c..e1915b2 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -1,6 +1,6 @@ <template> <div class="Footer" :class="{ isBlack: isBlack }"> - <div class="left"> + <!-- <div class="left"> 漏 2009-2019 smartai.com 鐗堟潈鎵�鏈� ICP璇侊細45456566 鍏綉瀹夊 436435455鍙� </div> <div class="right"> @@ -8,9 +8,9 @@ <span class="label">娉曞緥澹版槑</span> <span class="label">闅愮鏀跨瓥</span> <span class="label">寤夋涓炬姤</span> - <span class="label" @click="$router.push('/connectUs')">鑱旂郴鎴戜滑</span> + <span class="label" @click="jump2">鑱旂郴鎴戜滑</span> <span class="label">鍔犲叆鎴戜滑</span> - </div> + </div> --> </div> </template> @@ -24,7 +24,10 @@ }, methods: { jump() { - window.open("http://www.smartai.com/"); + window.open("http://www.smartai.com/about"); + }, + jump2() { + window.open("http://www.smartai.com/consult"); }, }, }; -- Gitblit v1.8.0