兰宝车间质量管理系统-前端
LiYaoheng
2024-06-06 e8a641f3a38793997228f20f4684594b794506ab
src/components/RuoYiDoc/index.vue
@@ -5,9 +5,9 @@
</template>
<script setup>
const url = ref('https://javalionli.gitee.io/plus-doc');
const url = ref('https://plus-doc.dromara.org/');
function goto() {
  window.open(url.value)
  window.open(url.value);
}
</script>