Browse Source

增加 开发者联系方式

pixel 5 years ago
parent
commit
cafb2d4dd2
2 changed files with 35 additions and 9 deletions
  1. 26 9
      QMPlusVuePage/src/view/dashbord/index.vue
  2. 9 0
      README.md

+ 26 - 9
QMPlusVuePage/src/view/dashbord/index.vue

@@ -1,13 +1,26 @@
 <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>

+ 9 - 0
README.md

@@ -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>