兰宝车间质量管理系统-前端
愿丶
2024-03-12 7666f724dfb0e4fb0804f91c7f1f89b9904d6909
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>