update 修改页面文档与源码地址

This commit is contained in:
疯狂的狮子li 2021-07-26 13:08:54 +08:00
parent b7f6f73342
commit 48817519a9
2 changed files with 23 additions and 23 deletions

View File

@ -1,21 +1,21 @@
<template> <template>
<div> <div>
<svg-icon icon-class="question" @click="goto"/> <svg-icon icon-class="question" @click="goto"/>
</div> </div>
</template> </template>
<script> <script>
export default { export default {
name: 'RuoYiDoc', name: 'RuoYiDoc',
data() { data() {
return { return {
url: 'http://doc.ruoyi.vip/ruoyi-vue' url: 'https://gitee.com/JavaLionLi/RuoYi-Vue-Plus/wikis/pages'
} }
}, },
methods: { methods: {
goto() { goto() {
window.open(this.url) window.open(this.url)
} }
} }
} }
</script> </script>

View File

@ -9,7 +9,7 @@ export default {
name: 'RuoYiGit', name: 'RuoYiGit',
data() { data() {
return { return {
url: 'https://gitee.com/y_project/RuoYi-Vue' url: 'https://gitee.com/JavaLionLi/RuoYi-Vue-Plus'
} }
}, },
methods: { methods: {
@ -18,4 +18,4 @@ export default {
} }
} }
} }
</script> </script>