From d1441fb578d08ce4669a13cb63aa01f82823e391 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 24 Jun 2021 15:48:38 +0800
Subject: [PATCH] 顶部导航栏自定义,通过头像点击跳转到我的页面
---
pages.json | 24 +++++++++++++++++-------
1 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/pages.json b/pages.json
index 2db6ef3..7b3d4d9 100644
--- a/pages.json
+++ b/pages.json
@@ -95,14 +95,20 @@
"path": "pages/reported/reported",
"name": "reported",
"style": {
- "navigationBarTitleText": "我要报"
+ "navigationBarTitleText": "我要报",
+ "app-plus":{
+ "titleNView":false
+ }
}
},
{
"path": "pages/groupChat/groupChat",
"name": "groupChat",
"style": {
- "navigationBarTitleText": "聊天室"
+ "navigationBarTitleText": "聊天室",
+ "app-plus":{
+ "titleNView":false
+ }
}
},
{
@@ -168,10 +174,11 @@
},
{
"path": "pages/article/article",
- "name": "equipment",
"style": {
- "navigationBarTitleText": "资讯"
- // "enablePullDownRefresh":true
+ "navigationBarTitleText": "资讯",
+ "app-plus":{
+ "titleNView":false
+ }
}
},
{
@@ -199,7 +206,10 @@
"path": "pages/workbench/workbench",
"name": "workbench",
"style": {
- "navigationBarTitleText": "我要巡"
+ "navigationBarTitleText": "我要巡",
+ "app-plus":{
+ "titleNView":false
+ }
}
},
{
@@ -208,7 +218,7 @@
"style": {
"navigationBarTitleText": "我要查",
"app-plus":{
- "titleNView":"false"
+ "titleNView":false
}
}
},
--
Gitblit v1.9.3