diff --git a/src/apps/AppMailList/add.vue b/src/apps/AppMailList/add.vue index c058353c..d2937721 100644 --- a/src/apps/AppMailList/add.vue +++ b/src/apps/AppMailList/add.vue @@ -16,7 +16,7 @@
*电话
- +
diff --git a/src/sass/AppHome/components/img/gd.png b/src/sass/AppHome/components/img/gd.png new file mode 100644 index 00000000..b80beec5 Binary files /dev/null and b/src/sass/AppHome/components/img/gd.png differ diff --git a/src/sass/AppHome/components/img/home-banner-center.png b/src/sass/AppHome/components/img/home-banner-center.png new file mode 100644 index 00000000..ed8db945 Binary files /dev/null and b/src/sass/AppHome/components/img/home-banner-center.png differ diff --git a/src/sass/AppHome/components/img/hytz.png b/src/sass/AppHome/components/img/hytz.png new file mode 100644 index 00000000..491ee26e Binary files /dev/null and b/src/sass/AppHome/components/img/hytz.png differ diff --git a/src/sass/AppHome/components/img/jkgl.png b/src/sass/AppHome/components/img/jkgl.png new file mode 100644 index 00000000..c9d71e8c Binary files /dev/null and b/src/sass/AppHome/components/img/jkgl.png differ diff --git a/src/sass/AppHome/components/img/jmgl.png b/src/sass/AppHome/components/img/jmgl.png new file mode 100644 index 00000000..8437bc83 Binary files /dev/null and b/src/sass/AppHome/components/img/jmgl.png differ diff --git a/src/sass/AppHome/components/img/matter-banner.png b/src/sass/AppHome/components/img/matter-banner.png new file mode 100644 index 00000000..8cff4e1f Binary files /dev/null and b/src/sass/AppHome/components/img/matter-banner.png differ diff --git a/src/sass/AppHome/components/img/mdtj.png b/src/sass/AppHome/components/img/mdtj.png new file mode 100644 index 00000000..a8fb6303 Binary files /dev/null and b/src/sass/AppHome/components/img/mdtj.png differ diff --git a/src/sass/AppHome/components/img/notice.png b/src/sass/AppHome/components/img/notice.png new file mode 100644 index 00000000..dc7d266d Binary files /dev/null and b/src/sass/AppHome/components/img/notice.png differ diff --git a/src/sass/AppHome/components/img/swjl.png b/src/sass/AppHome/components/img/swjl.png new file mode 100644 index 00000000..8f18cf0d Binary files /dev/null and b/src/sass/AppHome/components/img/swjl.png differ diff --git a/src/sass/AppHome/components/img/tsrq.png b/src/sass/AppHome/components/img/tsrq.png new file mode 100644 index 00000000..6ff3c0f2 Binary files /dev/null and b/src/sass/AppHome/components/img/tsrq.png differ diff --git a/src/sass/AppHome/components/img/txl.png b/src/sass/AppHome/components/img/txl.png new file mode 100644 index 00000000..a0d0e972 Binary files /dev/null and b/src/sass/AppHome/components/img/txl.png differ diff --git a/src/sass/AppHome/components/img/wggl.png b/src/sass/AppHome/components/img/wggl.png new file mode 100644 index 00000000..a6482d7f Binary files /dev/null and b/src/sass/AppHome/components/img/wggl.png differ diff --git a/src/sass/AppHome/components/img/wjbd.png b/src/sass/AppHome/components/img/wjbd.png new file mode 100644 index 00000000..9ee4f24f Binary files /dev/null and b/src/sass/AppHome/components/img/wjbd.png differ diff --git a/src/sass/AppHome/components/img/yfzr.png b/src/sass/AppHome/components/img/yfzr.png new file mode 100644 index 00000000..5de0f9c6 Binary files /dev/null and b/src/sass/AppHome/components/img/yfzr.png differ diff --git a/src/sass/AppHome/components/img/zfww.png b/src/sass/AppHome/components/img/zfww.png new file mode 100644 index 00000000..bf461328 Binary files /dev/null and b/src/sass/AppHome/components/img/zfww.png differ diff --git a/src/sass/AppHome/home.vue b/src/sass/AppHome/home.vue index f50c03e3..08307d2a 100644 --- a/src/sass/AppHome/home.vue +++ b/src/sass/AppHome/home.vue @@ -1,6 +1,83 @@ @@ -9,7 +86,59 @@ export default { name: 'home', data() { return { - + tabs: [ + { + icon: require('./components/img/mdtj.png'), + text: '矛盾调解' + }, + { + icon: require('./components/img/wggl.png'), + text: '网格管理' + }, + { + icon: require('./components/img/tsrq.png'), + text: '特殊人群' + }, + { + icon: require('./components/img/zfww.png'), + text: '走访慰问' + } + ], + appList: [ + { + icon: require('./components/img/hytz.png'), + text: '会议通知' + }, + { + icon: require('./components/img/txl.png'), + text: '通讯录' + }, + { + icon: require('./components/img/wjbd.png'), + text: '问卷表单' + }, + { + icon: require('./components/img/swjl.png'), + text: '事务记录' + }, + { + icon: require('./components/img/yfzr.png'), + text: '以房找人' + }, + { + icon: require('./components/img/jmgl.png'), + text: '居民管理' + }, + { + icon: require('./components/img/jkgl.png'), + text: '健康管理' + }, + { + icon: require('./components/img/gd.png'), + text: '更多' + }, + ], + tabIndex: 0 } }, @@ -25,6 +154,246 @@ export default {