提交 cafb2d4d 编写于 作者: Mr.奇淼('s avatar Mr.奇淼(

增加 开发者联系方式

上级 3624ae93
<template>
<div>
<h2 style="text-align:center">
gin-vue-admin by 奇淼 And Spike
</h2>
<h4 style="text-align:center">
微信:shouzi_1994
</h4>
<Animition />
<h2 style="text-align:center">gin-vue-admin by 奇淼 And krank666</h2>
<h2 style="text-align:center">点击动画获取联系方式</h2>
<el-drawer
:before-close="handleClose"
:direction="direction"
:visible.sync="drawer"
title="联系方式"
>
<div style="text-align:center;margin-top:30px;">
<img src="http://qmplusimg.henrongyi.top/yx.jpg" width="180" />
<H3>krank666微信</H3>
</div>
<div style="text-align:center;margin-top:30px;">
<img src="http://qmplusimg.henrongyi.top/jjz.jpg" width="180" />
<H3>Mr.奇淼微信</H3>
</div>
</el-drawer>
<div @click="drawer = true">
<Animition />
</div>
</div>
</template>
......@@ -16,6 +29,11 @@ import { mapGetters } from 'vuex'
import Animition from '@/view/dashbord/component/animition.vue'
export default {
name: 'Dashbord',
data() {
return {
drawer: false
}
},
computed: {
...mapGetters('user', ['userInfo'])
},
......@@ -26,5 +44,4 @@ export default {
</script>
<style lang="scss" scoped>
</style>
\ No newline at end of file
......@@ -107,3 +107,12 @@ swag init
正在研发前端独立版本分支...可以不依赖go服务进行使用的后台模板
感谢krank666协同开发
可使用的初始mysql脚本正在制作中...
## 联系方式
<div align=center>
<img src="http://qmplusimg.henrongyi.top/yx.jpg" width="180"/>
<H3>krank666微信</H3>
</div>
<div align=center>
<img src="http://qmplusimg.henrongyi.top/jjz.jpg" width="180"/>
<H3>Mr.奇淼</H3>
</div>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册