Browse Source

docs: 文档地址更新

master
tony 3 years ago
parent
commit
bee4603d12
  1. 42
      ruoyi-ui/src/components/RuoYi/Doc/index.vue
  2. 42
      ruoyi-ui/src/components/RuoYi/Git/index.vue

42
ruoyi-ui/src/components/RuoYi/Doc/index.vue

@ -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://www.yuque.com/u1024153/icipor/vh4wfl'
} }
}, },
methods: { methods: {
goto() { goto() {
window.open(this.url) window.open(this.url)
} }
} }
} }
</script> </script>

42
ruoyi-ui/src/components/RuoYi/Git/index.vue

@ -1,21 +1,21 @@
<template> <template>
<div> <div>
<svg-icon icon-class="github" @click="goto" /> <svg-icon icon-class="github" @click="goto" />
</div> </div>
</template> </template>
<script> <script>
export default { export default {
name: 'RuoYiGit', name: 'RuoYiGit',
data() { data() {
return { return {
url: 'https://gitee.com/y_project/RuoYi-Vue' url: 'https://gitee.com/tony2y/RuoYi-flowable'
} }
}, },
methods: { methods: {
goto() { goto() {
window.open(this.url) window.open(this.url)
} }
} }
} }
</script> </script>

Loading…
Cancel
Save