From 4efeb31d5b4921d7e851c256009486ad86bc70e2 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 21 Jun 2022 09:14:57 +0800
Subject: [PATCH] 地址替换
---
pages.json | 39 ++++++++++++++++++++++++++++-----------
1 files changed, 28 insertions(+), 11 deletions(-)
diff --git a/pages.json b/pages.json
index cae1ad4..da528ac 100644
--- a/pages.json
+++ b/pages.json
@@ -42,7 +42,7 @@
{
"path": "pages/manage/manage",
"style": {
- "navigationBarTitleText": "管理",
+ "navigationBarTitleText": "工作台",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
@@ -67,7 +67,7 @@
"path": "pages/groupChat/groupChat",
"style": {
"navigationBarTitleText": "聊天室",
- "enablePullDownRefresh": true,
+ "enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
@@ -119,7 +119,7 @@
{
"path": "pages/company/company",
"style": {
- "navigationBarTitleText": "服务单位",
+ "navigationBarTitleText": "保安单位",
"navigationBarBackgroundColor": "#0BB9C8",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
@@ -128,7 +128,7 @@
{
"path": "pages/company/companyDetail",
"style": {
- "navigationBarTitleText": "服务单位管理",
+ "navigationBarTitleText": "保安单位管理",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#0BB9C8",
"navigationBarTextStyle": "white"
@@ -221,7 +221,7 @@
{
"path": "pages/message/addMessage",
"style": {
- "navigationBarTitleText": "新增通知通告",
+ "navigationBarTitleText": "发送通知",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#0BB9C8",
"navigationBarTextStyle": "white"
@@ -271,7 +271,7 @@
}, {
"path": "pages/map/map",
"style": {
- "navigationBarTitleText": "位置查看",
+ "navigationBarTitleText": "保安员位置",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#0BB9C8",
"navigationBarTextStyle": "white"
@@ -398,6 +398,15 @@
"navigationBarTextStyle": "white"
}
+ }, {
+ "path": "pages/groupChat/chatMessage",
+ "style": {
+ "navigationBarTitleText": "聊天信息",
+ "navigationBarBackgroundColor": "#0BB9C8",
+ "navigationBarTextStyle": "white",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": false
+ }
}
],
"globalStyle": {
@@ -423,15 +432,15 @@
},
{
"pagePath": "pages/groupChat/groupChat",
- "iconPath": "static/images/tabbar/demo.png",
- "selectedIconPath": "static/images/tabbar/demo_selected.png",
+ "iconPath": "static/images/tabbar/call.png",
+ "selectedIconPath": "static/images/tabbar/select-call.png",
"text": "聊天"
},
{
"pagePath": "pages/manage/manage",
- "iconPath": "static/images/tabbar/manage.png",
- "selectedIconPath": "static/images/tabbar/manage_selected.png",
- "text": "工具"
+ "text": "工作台",
+ "iconPath": "static/images/tabbar/job.png",
+ "selectedIconPath": "static/images/tabbar/select-job.png"
},
{
"pagePath": "pages/user/center",
@@ -440,5 +449,13 @@
"text": "我的"
}
]
+ },
+ "condition": { //模式配置,仅开发期间生效
+ "current": 0, //当前激活的模式(list 的索引项)
+ "list": [{
+ "name": "", //模式名称
+ "path": "", //启动页面,必选
+ "query": "" //启动参数,在页面的onLoad函数里面得到
+ }]
}
}
--
Gitblit v1.9.3