From 8b206c06e7b8fe61cbb7713677e4360762d2f7ff Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 27 Jul 2021 16:43:32 +0800
Subject: [PATCH] 加入聊天室

---
 pages.json |   32 ++++++++++++++++++++++++++++++--
 1 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/pages.json b/pages.json
index 04119bd..10ea13f 100644
--- a/pages.json
+++ b/pages.json
@@ -10,7 +10,7 @@
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
-		},{
+		}, {
 			"path": "pages/home/home",
 			"style": {
 				"navigationBarTitleText": "首页",
@@ -41,6 +41,34 @@
 				"navigationStyle": "custom"
 			}
 		}, {
+			"path": "pages/talking/talking",
+			"style": {
+				"navigationBarTitleText": "好友",
+				"enablePullDownRefresh": false,
+				"navigationStyle": "custom"
+			}
+		},  {
+			"path": "pages/groupChat/groupChat",
+			"style": {
+				"navigationBarTitleText": "聊天室",
+				"enablePullDownRefresh": false,
+				"navigationStyle": "custom"
+			}
+		}, {
+			"path": "pages/groupChat/chatingQZ",
+			"style": {
+				"navigationBarTitleText": "聊天室",
+				"enablePullDownRefresh": false,
+				"navigationStyle": "custom"
+			}
+		}, {
+			"path": "pages/groupChat/chating",
+			"style": {
+				"navigationBarTitleText": "聊天室",
+				"enablePullDownRefresh": false,
+				"navigationStyle": "custom"
+			}
+		},  {
 			"path": "pages/company/company",
 			"style": {
 				"navigationBarTitleText": "服务单位",
@@ -164,7 +192,7 @@
 			"selectedIconPath": "static/images/tabbar/home_selected.png",
 			"text": "首页"
 		}, {
-			"pagePath": "pages/demo/demo",
+			"pagePath": "pages/groupChat/groupChat",
 			"iconPath": "static/images/tabbar/demo.png",
 			"selectedIconPath": "static/images/tabbar/demo_selected.png",
 			"text": "好友"

--
Gitblit v1.9.3