From 7d4b964fb767953c326df06d1effa820e89c8cae Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期三, 17 八月 2022 15:18:07 +0800
Subject: [PATCH] 修复card视频展示默认不加载
---
src/components/Footer.vue | 27 +++++++++++++++------------
1 files changed, 15 insertions(+), 12 deletions(-)
diff --git a/src/components/Footer.vue b/src/components/Footer.vue
index 6132f0c..79d62d7 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="Footer">
+ <!-- <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>
@@ -19,15 +19,18 @@
props: {
isBlack: {
type: Boolean,
- default: false,
- },
+ default: false
+ }
},
methods: {
jump() {
- window.open("http://www.smartai.com/");
+ window.open("http://www.smartai.com/about")
},
- },
-};
+ jump2() {
+ window.open("http://www.smartai.com/consult")
+ }
+ }
+}
</script>
<style lang="scss" scoped>
@@ -36,8 +39,8 @@
justify-content: space-between;
align-items: center;
box-sizing: border-box;
- padding: 26px 20px;
- height: 100px;
+ // padding: 26px 20px;
+ height: 10px;
min-width: 1280px;
background: #f3f5f8;
@@ -65,4 +68,4 @@
}
}
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.8.0