diff --git a/pages.json b/pages.json index 2dc6028..ec89ba5 100644 --- a/pages.json +++ b/pages.json @@ -2,12 +2,12 @@ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, - "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - { + "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "食瞳", - // "navigationBarTextStyle": "white", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#12CA64", //导航栏取消 // "navigationStyle": "custom", //是否开启下拉刷新 @@ -18,6 +18,8 @@ "path": "pages/report/report", "style": { "navigationBarTitleText": "行业报告", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#12CA64", "enablePullDownRefresh": false } }, @@ -25,13 +27,8 @@ "path": "pages/ideasAndNeeds/ideasAndNeeds", "style": { "navigationBarTitleText": "创意&需求", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/product/product", - "style": { - "navigationBarTitleText": "产品分类", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#12CA64", "enablePullDownRefresh": false } }, @@ -39,6 +36,8 @@ "path": "pages/my/my", "style": { "navigationBarTitleText": "我的", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#12CA64", "enablePullDownRefresh": false } } @@ -66,12 +65,7 @@ "iconPath": "static/tabBar/sy_icon_cyh.png", "selectedIconPath": "static/tabBar/sy_icon_cy.png" }, - { - "pagePath": "pages/product/product", - "text": "产品分类", - "iconPath": "static/tabBar/sy_icon_cph.png", - "selectedIconPath": "static/tabBar/sy_icon_cp.png" - }, + { "pagePath": "pages/my/my", "text": "我的", diff --git a/pages/index/index.vue b/pages/index/index.vue index ed32f16..07c44c2 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,7 +1,13 @@ - diff --git a/pages/product/product.vue b/pages/product/product.vue deleted file mode 100644 index c0338a9..0000000 --- a/pages/product/product.vue +++ /dev/null @@ -1,4 +0,0 @@ - -