mark
2022-10-25 f20a554bdb24e9dfde9dc6a69d78595944f61d15
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");
    },
  },
};