{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/init/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "", "app-plus": { "animationType": "none" } } }, { "path": "pages/starPage/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/index/index", "style": { "enablePullDownRefresh": false, "navigationStyle": "custom", "app-plus": { "bounce": "none" } } }, { "path": "pages/sort/index", "style": { "navigationBarTitleText": "款式" } }, { "path": "pages/my/index", "style": { "enablePullDownRefresh": true, "navigationStyle": "custom" } }, { "path": "pages/recruit/index", "style": { "enablePullDownRefresh": false, "navigationBarTitleText": "鉴定师招聘" } }, { "path": "pages/recruitResult/index", "style": { "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/category/category", "style": { "enablePullDownRefresh": false, "navigationBarTitleText": "选择鉴定品类" } }, { "path": "pages/application/application", "style": { "enablePullDownRefresh": false, "navigationBarTitleText": "我的鉴定申请" } }, { "path": "pages/myneed/myneed", "style": { "enablePullDownRefresh": false, "navigationBarTitleText": "我需要的" } }, { "path": "pages/Ineed/Ineed", "style": { "enablePullDownRefresh": false, "navigationBarTitleText": "我需要" } }, { "path": "pages/productDetails/productDetails", "style": { "enablePullDownRefresh": false, "navigationBarTitleText": "商品详情" } }, { "path": "pages/detailResult/detailResult", "style": { "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/useFeed/useFeed", "style": { "enablePullDownRefresh": false, "navigationBarTitleText": "用户反馈" } }, { "path": "pages/lookGoods/lookGoods", "style": { "enablePullDownRefresh": false, "navigationBarTitleText": "" } }, { "path": "pages/login/login", "style": { "navigationStyle": "custom", "enablePullDownRefresh": false, "navigationBarTitleText": "登录", "app-plus": { "softinputMode": "adjustResize" } } }, { "path": "pages/prolist/prolist", "style": { "navigationBarTitleText": "相关协议" } }, { "path": "pages/setting/setting", "style": { "enablePullDownRefresh": false, "navigationBarTitleText": "设置" } }, { "path": "pages/contact/contact", "style": { "navigationBarTitleText": "通讯录", "enablePullDownRefresh": false } }, { "path": "pages/web/contact", "style": { "navigationBarTitleText": "通讯录", "enablePullDownRefresh": false } }, { "path": "pages/web/face", "style": { "navigationBarTitleText": "人脸识别", "enablePullDownRefresh": false } }, { "path": "pages/webview/webview", "style": { "enablePullDownRefresh": false, "navigationBarTitleText": "" } }, { "path": "pages/websrc/websrc", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/web/web", "style": { "navigationStyle": "custom", "enablePullDownRefresh": false, "navigationBarTitleText": "", "app-plus": { "subNVues": [ { "id": "loadingSubnvue", // 唯一标识 "path": "components/loading", // 页面路径 "type": "popup", "style": { "position": "absolute", "dock": "bottom", "width": "100rpx", "height": "150rpx", "background": "transparent", "mask": "rgba(0,0,0,0)" } } ] } } }, { "path": "pages/web/websrc", "style": { "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/bill/indexs", "style": { "navigationBarTitleText": "账单" } }, { "path": "pages/finance/index", "style": { "enablePullDownRefresh": true, "navigationStyle": "custom" } }, { "path": "pages/app-update/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "", "enablePullDownRefresh": false, "app-plus": { "bounce": "none", "animationType": "fade-in", "background": "transparent", "backgroundColor": "rgba(0,0,0,0)", "webviewBGTransparent": true, "mask": "none", "popGesture": "none" } } }, { "path": "pages/agreement/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "", "enablePullDownRefresh": false, "app-plus": { "bounce": "none", "animationType": "fade-in", "background": "transparent", "backgroundColor": "rgba(0,0,0,0)", "webviewBGTransparent": true, "mask": "none", "popGesture": "none" } } }, { "path": "uni_modules/uni-frv-external/pages/common/webview/webview", "style": { "enablePullDownRefresh": false, "navigationBarTitleText": "" } } ], "tabBar": { "borderStyle": "white", "color": "#BBBBBB", "selectedColor": "#2263E6", "list": [ { "pagePath": "pages/index/index", "iconPath": "/static/tab/indexfh.png", "selectedIconPath": "/static/tab/indexf.png", "text": "首页" }, { "pagePath": "pages/web/web", "iconPath": "/static/tab/index-h.png", "selectedIconPath": "/static/tab/index.png", "text": "贷款" }, { "pagePath": "pages/sort/index", "iconPath": "/static/tab/sort-h.png", "selectedIconPath": "/static/tab/sort.png", "text": "分类" }, { "pagePath": "pages/my/index", "iconPath": "/static/tab/my-h.png", "selectedIconPath": "/static/tab/my.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#F8F8F8", "app-plus": { "bounce": "none" } } }