兰宝车间质量管理系统-前端
张代鹏
2024-06-21 b6dcc62f9ce7e6e1328c096661d99e1c2002f852
src/components/RuoYiGit/index.vue
@@ -1,13 +1,13 @@
<template>
   <div>
      <svg-icon icon-class="github" @click="goto" />
   </div>
  <div>
    <svg-icon icon-class="github" @click="goto" />
  </div>
</template>
<script setup>
const url = ref('https://gitee.com/dromara/RuoYi-Vue-Plus');
function goto() {
  window.open(url.value)
  window.open(url.value);
}
</script>