zhangzengfei
2022-08-16 d3fbd83787573e9e67067b7b65ae9d5ce8ecb0b8
src/components/Footer.vue
@@ -1,5 +1,5 @@
<template>
  <div class="Footer" :class="{ isBlack: isBlack }">
  <div class="Footer">
    <!--  <div class="left">
      © 2009-2019 smartai.com 版权所有 ICP证:45456566 公网安备 436435455号
    </div>
@@ -19,18 +19,18 @@
  props: {
    isBlack: {
      type: Boolean,
      default: false,
    },
      default: false
    }
  },
  methods: {
    jump() {
      window.open("http://www.smartai.com/about");
      window.open("http://www.smartai.com/about")
    },
    jump2() {
      window.open("http://www.smartai.com/consult");
    },
  },
};
      window.open("http://www.smartai.com/consult")
    }
  }
}
</script>
<style lang="scss" scoped>
@@ -39,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;
@@ -68,4 +68,4 @@
    }
  }
}
</style>
</style>