{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/account-login", "style": { "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/index/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "uni-app" } }, { "path": "pages/member-center/member-center", "style": { "navigationBarTitleText": "会员中心", "enablePullDownRefresh": false } }, { "path": "pages/recharge/recharge", "style": { "navigationBarTitleText": "充值", "enablePullDownRefresh": false } }, { "path": "pages/recharge/records", "style": { "navigationBarTitleText": "开票记录", "enablePullDownRefresh": false } }, { "path": "pages/publish/publish", "style": { "navigationBarTitleText": "发起活动", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/activity/activity", "style": { "navigationBarTitleText": "活动列表", "enablePullDownRefresh": false } }, { "path": "pages/stores/stores", "style": { "navigationStyle": "custom", "navigationBarTitleText": "门店", "enablePullDownRefresh": false } }, { "path": "pages/stores/detail", "style": { "navigationBarTitleText": "详情", "enablePullDownRefresh": false } } ,{ "path" : "pages/login/login", "style" : { "navigationStyle":"custom", "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/login/forget", "style" : { "navigationStyle":"custom", "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/member-center/add", "style" : { "navigationBarTitleText": "创建会员中心", "enablePullDownRefresh": false } } ,{ "path" : "pages/shopAudit/shopAudit", "style" : { "navigationBarTitleText": "商户审核", "enablePullDownRefresh": false } } ,{ "path" : "pages/shopAudit/detail", "style" : { "navigationBarTitleText": "商户审核", "enablePullDownRefresh": false } } ,{ "path" : "pages/acitvityAudit/acitvityAudit", "style" : { "navigationBarTitleText": "活动审核", "enablePullDownRefresh": false } } ,{ "path" : "pages/acitvityAudit/detail", "style" : { "navigationStyle":"custom", "navigationBarTitleText": "活动详情", "enablePullDownRefresh": false } } ,{ "path" : "pages/activity/detail", "style" : { "navigationStyle":"custom", "navigationBarTitleText": "活动详情", "enablePullDownRefresh": false } } ,{ "path" : "pages/login/updatePassword", "style" : { "navigationStyle":"custom", "navigationBarTitleText": "修改密码", "enablePullDownRefresh": false } } ,{ "path" : "pages/index/tag-manage", "style" : { "navigationBarTitleText": "标签管理", "enablePullDownRefresh": false } } ,{ "path" : "pages/image-cropper/image-cropper", "style" : { "navigationBarTitleText": "图片裁剪", "enablePullDownRefresh": false } } ,{ "path" : "pages/webView/webView", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": " ", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#F8F8F8" } }