From 73153737f536f8feff7a80eeffce6fed68ff8c57 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 23 Jun 2021 19:58:10 +0800
Subject: [PATCH] app 顶部导航条放置按钮,点击跳转到我的页面
---
pages.json | 19 +++++++++++--------
1 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/pages.json b/pages.json
index 714f77e..2db6ef3 100644
--- a/pages.json
+++ b/pages.json
@@ -206,7 +206,10 @@
"path": "pages/alarm_list/alarm_list",
"name": "alarm_list",
"style": {
- "navigationBarTitleText": "我要查"
+ "navigationBarTitleText": "我要查",
+ "app-plus":{
+ "titleNView":"false"
+ }
}
},
{
@@ -257,8 +260,7 @@
}
],
"globalStyle": {//将组件安装在项目的components目录下,并符合components/组件名称/组件名称.vue目录结构。可以不用引用、注册,直接在页面中使用。
- "autoscan": true,
- "onReachBottomDistance":160
+ "autoscan": true
},
"tabBar": {
"color": "#7a7e83",
@@ -291,12 +293,13 @@
"text": "我要巡",
"iconPath": "static/img/bar/patrol.png",
"selectedIconPath": "static/img/bar/patrol-blue.png"
- },{
- "pagePath": "pages/myself/myself",
- "text": "我的",
- "iconPath": "static/tabbar/userHL.png",
- "selectedIconPath": "static/workbench/user01.png"
}
+ // ,{
+ // "pagePath": "pages/myself/myself",
+ // "text": "我的",
+ // "iconPath": "static/tabbar/userHL.png",
+ // "selectedIconPath": "static/workbench/user01.png"
+ // }
]
},
--
Gitblit v1.9.3