From bf96d142d8383f179e2d16f6555e43c5a1cbd85f Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 23 Jul 2021 14:57:41 +0800
Subject: [PATCH] 初版集成

---
 pages.json |   26 ++++++++++++++++++++++++--
 1 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/pages.json b/pages.json
index 32470d9..04119bd 100644
--- a/pages.json
+++ b/pages.json
@@ -4,6 +4,13 @@
 	},
 	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
 		{
+			"path": "pages/login/login-account",
+			"style": {
+				"navigationBarTitleText": "登录",
+				"enablePullDownRefresh": false,
+				"navigationStyle": "custom"
+			}
+		},{
 			"path": "pages/home/home",
 			"style": {
 				"navigationBarTitleText": "首页",
@@ -33,7 +40,22 @@
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
-
+		}, {
+			"path": "pages/company/company",
+			"style": {
+				"navigationBarTitleText": "服务单位",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		}, {
+			"path": "pages/company/companyDetail",
+			"style": {
+				"navigationBarTitleText": "服务单位管理",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
 		}, {
 			"path": "pages/user/profile",
 			"style": {
@@ -145,7 +167,7 @@
 			"pagePath": "pages/demo/demo",
 			"iconPath": "static/images/tabbar/demo.png",
 			"selectedIconPath": "static/images/tabbar/demo_selected.png",
-			"text": "示例"
+			"text": "好友"
 		}, {
 			"pagePath": "pages/manage/manage",
 			"iconPath": "static/images/tabbar/manage.png",

--
Gitblit v1.9.3