2 changed files with 42 additions and 42 deletions
@ -1,21 +1,21 @@ |
|||
<template> |
|||
<div> |
|||
<svg-icon icon-class="question" @click="goto" /> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
export default { |
|||
name: 'RuoYiDoc', |
|||
data() { |
|||
return { |
|||
url: 'http://doc.ruoyi.vip/ruoyi-vue' |
|||
} |
|||
}, |
|||
methods: { |
|||
goto() { |
|||
window.open(this.url) |
|||
} |
|||
} |
|||
} |
|||
</script> |
|||
<template> |
|||
<div> |
|||
<svg-icon icon-class="question" @click="goto" /> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
export default { |
|||
name: 'RuoYiDoc', |
|||
data() { |
|||
return { |
|||
url: 'https://www.yuque.com/u1024153/icipor/vh4wfl' |
|||
} |
|||
}, |
|||
methods: { |
|||
goto() { |
|||
window.open(this.url) |
|||
} |
|||
} |
|||
} |
|||
</script> |
|||
|
@ -1,21 +1,21 @@ |
|||
<template> |
|||
<div> |
|||
<svg-icon icon-class="github" @click="goto" /> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
export default { |
|||
name: 'RuoYiGit', |
|||
data() { |
|||
return { |
|||
url: 'https://gitee.com/y_project/RuoYi-Vue' |
|||
} |
|||
}, |
|||
methods: { |
|||
goto() { |
|||
window.open(this.url) |
|||
} |
|||
} |
|||
} |
|||
</script> |
|||
<template> |
|||
<div> |
|||
<svg-icon icon-class="github" @click="goto" /> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
export default { |
|||
name: 'RuoYiGit', |
|||
data() { |
|||
return { |
|||
url: 'https://gitee.com/tony2y/RuoYi-flowable' |
|||
} |
|||
}, |
|||
methods: { |
|||
goto() { |
|||
window.open(this.url) |
|||
} |
|||
} |
|||
} |
|||
</script> |
|||
|
Loading…
Reference in new issue