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>