若依
4 years ago
committed by
Gitee
2 changed files with 42 additions and 42 deletions
@ -1,21 +1,21 @@
@@ -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://doc.ruoyi.vip/ruoyi-cloud' |
||||
} |
||||
}, |
||||
methods: { |
||||
goto() { |
||||
window.open(this.url) |
||||
} |
||||
} |
||||
} |
||||
</script> |
||||
|
@ -1,21 +1,21 @@
@@ -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/y_project/RuoYi-Cloud' |
||||
} |
||||
}, |
||||
methods: { |
||||
goto() { |
||||
window.open(this.url) |
||||
} |
||||
} |
||||
} |
||||
</script> |
||||
|
Loading…
Reference in new issue