mark
2022-10-21 1fe240406526b9b6256664559d3d2bec9250135c
src/components/Header.vue
@@ -17,7 +17,10 @@
export default {
  methods: {
    jump() {
      window.open("http://www.smartai.com/");
      window.open("http://www.smartai.com/about");
    },
    jump2() {
      window.open("http://www.smartai.com/consult");
    },
  },
};