update 优化替换过期的文档地址

This commit is contained in:
疯狂的狮子Li
2023-07-04 17:46:32 +08:00
parent 40175c150c
commit 617dfe3161
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
</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)