修复BUG(配置): 修改gitee源码仓库地址;增加gitee svg图;官网链接改为http;
parent
549fbe2998
commit
e714aac139
|
@ -0,0 +1 @@
|
|||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1619535267426" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="541" width="32" height="32" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M512 1024C230.4 1024 0 793.6 0 512S230.4 0 512 0s512 230.4 512 512-230.4 512-512 512z m259.2-569.6H480c-12.8 0-25.6 12.8-25.6 25.6v64c0 12.8 12.8 25.6 25.6 25.6h176c12.8 0 25.6 12.8 25.6 25.6v12.8c0 41.6-35.2 76.8-76.8 76.8h-240c-12.8 0-25.6-12.8-25.6-25.6V416c0-41.6 35.2-76.8 76.8-76.8h355.2c12.8 0 25.6-12.8 25.6-25.6v-64c0-12.8-12.8-25.6-25.6-25.6H416c-105.6 0-188.8 86.4-188.8 188.8V768c0 12.8 12.8 25.6 25.6 25.6h374.4c92.8 0 169.6-76.8 169.6-169.6v-144c0-12.8-12.8-25.6-25.6-25.6z" fill="#888888" p-id="542"></path></svg>
|
After Width: | Height: | Size: 902 B |
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div>
|
||||
<svg-icon icon-class="github" @click="goto"/>
|
||||
<svg-icon icon-class="gitee" @click="goto"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -9,7 +9,7 @@ export default {
|
|||
name: 'RuoYiGit',
|
||||
data() {
|
||||
return {
|
||||
url: 'https://gitee.com/y_project/RuoYi-Vue'
|
||||
url: 'https://gitee.com/liqianglog/django-vue-admin'
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
@ -18,4 +18,4 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
@ -64,8 +64,8 @@
|
|||
size="mini"
|
||||
icon="el-icon-s-home"
|
||||
plain
|
||||
@click="goTarget('https://django-vue-admin.com')"
|
||||
>访问主页</el-button
|
||||
@click="goTarget('http://django-vue-admin.com')"
|
||||
>monitorLogSavingDays</el-button
|
||||
>
|
||||
</p>
|
||||
</el-col>
|
||||
|
@ -113,9 +113,9 @@
|
|||
<div class="body">
|
||||
<p>
|
||||
<i class="el-icon-s-promotion"></i> 官网:<el-link
|
||||
href="https://django-vue-admin.com"
|
||||
href="http://django-vue-admin.com"
|
||||
target="_blank"
|
||||
>https://django-vue-admin.com</el-link
|
||||
>http://django-vue-admin.com</el-link
|
||||
>
|
||||
</p>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue