{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/home", "style": { "navigationBarTitleText": "首页", "navigationStyle": "custom" } }, { "path": "pages/activity/list", "style": { "navigationBarTitleText": "活动列表", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/introduce/introduce", "style": { "navigationBarTitleText": "活动介绍", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/rank/rank", "style": { "navigationBarTitleText": "排行榜", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/mine/mine", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/shop/shop", "style": { "navigationBarTitleText": "积分换礼", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/test/test", "style": { "navigationBarTitleText": "test", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/activity/activityDetail", "style": { "navigationBarTitleText": "作品详情", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/mine/points/pointsDetail", "style": { "navigationBarTitleText": "积分明细", "enablePullDownRefresh": false, "navigationStyle": "custom" // "navigationBarBackgroundColor":"#ee2c34", // "navigationBarTextStyle":"white" } }, { "path": "pages/mine/info/info", "style": { "navigationBarTitleText": "我的资料", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/mine/my-help/my-help", "style": { "navigationBarTitleText": "我的助力", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/webview/webview", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/auth/result", "style": { "navigationBarTitleText": "授权结果", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/auth/order", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/webview/createOrder", "style": { "navigationBarTitleText": "创建订单", "enablePullDownRefresh": false } }, { "path": "pages/mine/my-help/help-records", "style": { "navigationBarTitleText": "热力明细", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/mine/my-product/my-product", "style": { "navigationBarTitleText": "我的作品", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/webview/auth_result", "style": { "navigationBarTitleText": "授权结果", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/shop/detail", "style": { "navigationBarTitleText": "商品详情", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/webview/point_rule", "style": { "navigationBarTitleText": "积分兑换规则", "enablePullDownRefresh": false } }, { "path": "pages/introduce/notice", "style": { "navigationBarTitleText": "投票须知", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/address/address", "style": { "navigationBarTitleText": "用户地址", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/address/add", "style": { "navigationBarTitleText": "添加地址", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/mine/order/order", "style": { "navigationBarTitleText": "我的兑换", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/mine/logistics/logistics", "style": { "navigationBarTitleText": "物流信息", "enablePullDownRefresh": false } }, { "path": "pages/mine/order/detail", "style": { "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/apply/apply", "style": { "navigationBarTitleText": "我要报名", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/mine/info/change-phone", "style": { "navigationBarTitleText": "手机号", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/mine/setting/setting", "style": { "navigationBarTitleText": "设置", "enablePullDownRefresh": false, "navigationStyle": "custom" } } ,{ "path" : "components/filterBar/filterBar", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/webview/payOrder", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/payResult/payResult", "style" : { "navigationBarTitleText": "支付结果", "enablePullDownRefresh": false, "app-plus":{ "titleNView": false // 去掉APP、H5的顶部导航 } } } ,{ "path" : "pages/video/list", "style" : { "navigationBarTitleText": "视频列表", "navigationStyle": "custom" } } ], "tabBar": { "list": [{ "pagePath": "pages/index/home" }, { "pagePath": "pages/shop/shop" }, { "pagePath": "pages/mine/mine" } ] }, // "tabBar": { // "color": "#555555", // "backgroundColor": "#FFFFFF", // "borderStyle": "white", // "selectedColor": "#222222", // "list": [ // { // "pagePath": "pages/index/home", // "text": "首页", // "selectedIconPath": "static/tarbar/shouye.png", // "iconPath": "static/tarbar/shouye0.png" // }, // { // "pagePath": "pages/shop/shop", // "text": "积分换礼", // "selectedIconPath": "static/tarbar/shangcheng.png", // "iconPath": "static/tarbar/shangcheng0.png" // }, // { // "pagePath": "pages/mine/mine", // "text": "我的", // "selectedIconPath": "static/tarbar/wode.png", // "iconPath": "static/tarbar/wode0.png" // } // ] // }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF" } }