+
{{ title }}
{{ subtitle }}
@@ -14,6 +15,7 @@
diff --git a/src/pages/home/components/ShareToFriend.vue b/src/pages/home/components/ShareToFriend.vue
new file mode 100644
index 0000000..6c5c15d
--- /dev/null
+++ b/src/pages/home/components/ShareToFriend.vue
@@ -0,0 +1,371 @@
+
+
+
+
+
+
+
+

+
+
+ {{ item.name }}
+ {{ item.account ? '抖音号:' + item.account : '' }}
+
+
分享
+
+
+
+
+
+ 搜索结果为空
+
+
+ 没有搜索到相关的联系人
+
+
+
+
+
+

+
+ 已加入的群聊
+
+
+
+
+
所有朋友
+
+
![]()
+
+ {{ item.name }}
+ 分享
+
+
+
+
+
+
+
+
+ 已加入的群聊
+
+
+
+
+
+

+
+
+
{{ text.length > 20 ? text.substr(0, 20) + '...' : text }}
+
(3)
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/router/index.js b/src/router/index.js
index 79c6596..e3ced4f 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -60,10 +60,12 @@ const routes = [
{path: '/test3', component: Test3},
{path: '/test4', component: Test4},
{path: '/home', component: Index},
- {path: '/home/report', component: Report},
{path: '/home/submit-report', component: SubmitReport},
{path: '/home/music', component: Music},
{path: '/home/music-rank-list', component: MusicRankList},
+ {path: '/home/report', component: Report},
+
+
{path: '/attention', component: Attention},
{path: '/publish', component: Publish},
{path: '/message', component: Message},