ZZJ
2022-07-28 edef6ae8f59823258ce610c9074d32e698958b51
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");
    },
  },
};