From 6687efd887672a80db996d186922868888c67139 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期一, 24 二月 2020 09:56:22 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/y_project/RuoYi-Vue --- ruoyi-ui/src/components/RuoYi/Git/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-ui/src/components/RuoYi/index.vue b/ruoyi-ui/src/components/RuoYi/Git/index.vue similarity index 67% rename from ruoyi-ui/src/components/RuoYi/index.vue rename to ruoyi-ui/src/components/RuoYi/Git/index.vue index 3f541d1..3be2b1c 100644 --- a/ruoyi-ui/src/components/RuoYi/index.vue +++ b/ruoyi-ui/src/components/RuoYi/Git/index.vue @@ -1,21 +1,21 @@ <template> <div> - <svg-icon icon-class="download" @click="handleDownload"/> + <svg-icon icon-class="github" @click="goto"/> </div> </template> <script> export default { - name: 'RuoYi', + name: 'RuoYiGit', data() { return { url: 'https://gitee.com/y_project/RuoYi-Vue' } }, methods: { - handleDownload() { + goto() { window.open(this.url) } } } -</script> \ No newline at end of file +</script> -- Gitblit v1.9.3