diff --git a/pages.json b/pages.json
index 5236271..6275506 100644
--- a/pages.json
+++ b/pages.json
@@ -19,6 +19,22 @@
},
{
"path": "pages/login/login"
+ },
+ {
+ "path" : "pages/search/search",
+ "style" :
+ {
+ "navigationBarTitleText" : "",
+ "enablePullDownRefresh" : false
+ }
+ },
+ {
+ "path" : "pages/notice/notice",
+ "style" :
+ {
+ "navigationBarTitleText" : "公告",
+ "enablePullDownRefresh" : false
+ }
}
],
"globalStyle": {
@@ -28,8 +44,8 @@
"backgroundColor": "#F8F8F8",
"app-plus": {
"titleNView": false
- },
- "navigationStyle": "custom"
+ }
+ // "navigationStyle": "custom" //全局自定义导航栏
}
,
"easycom": {
diff --git a/pages/index/index.vue b/pages/index/index.vue
index a1548c0..49e7836 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1,6 +1,7 @@