mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-29 22:56:40 +08:00
fix: correct document URL
This commit is contained in:
parent
3c89a83d6b
commit
cbe659b09d
@ -5,7 +5,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
const url = ref('https://gitee.com/JavaLionLi/RuoYi-Vue-Plus/wikis/pages');
|
const url = ref('https://plus-doc.dromara.org');
|
||||||
|
|
||||||
function goto() {
|
function goto() {
|
||||||
window.open(url.value)
|
window.open(url.value)
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
const url = ref('https://gitee.com/JavaLionLi/RuoYi-Vue-Plus');
|
const url = ref('https://gitee.com/dromara/RuoYi-Vue-Plus');
|
||||||
|
|
||||||
function goto() {
|
function goto() {
|
||||||
window.open(url.value)
|
window.open(url.value)
|
||||||
|
Loading…
Reference in New Issue
Block a user