fix: correct document URL

This commit is contained in:
Holata Seminole 2023-10-02 02:47:49 +08:00 committed by GitHub
parent 3c89a83d6b
commit cbe659b09d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
</template>
<script setup>
const url = ref('https://gitee.com/JavaLionLi/RuoYi-Vue-Plus/wikis/pages');
const url = ref('https://plus-doc.dromara.org');
function goto() {
window.open(url.value)

View File

@ -5,7 +5,7 @@
</template>
<script setup>
const url = ref('https://gitee.com/JavaLionLi/RuoYi-Vue-Plus');
const url = ref('https://gitee.com/dromara/RuoYi-Vue-Plus');
function goto() {
window.open(url.value)