{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ { "path": "pages/index/index", "style": { "navigationStyle": "custom", "mp-alipay": { "transparentTitle": "always", "titlePenetrate": "YES" }, "app-plus": { "bounce": "none" } } } ,{ "path" : "pages/mine/mine", "style" : { "navigationStyle": "custom", "navigationBarTextStyle": "white", "navigationBarTitleText": "我的", "enablePullDownRefresh": false } } ,{ "path" : "pages/login/login", "style" : { "navigationStyle": "custom", "navigationBarTitleText": "登录", "enablePullDownRefresh": false } } ,{ "path" : "pages/personal/personal", "style" : { "navigationBarTitleText": "个人资料", "enablePullDownRefresh": false } } ,{ "path" : "pages/myAppointment/myAppointment", "style" : { "navigationBarTitleText": "我预约的会议室", "enablePullDownRefresh": false } } ,{ "path" : "pages/manage/manage", "style" : { "navigationBarTitleText": "我管理的会议室", "enablePullDownRefresh": false } } ,{ "path" : "pages/changePassword/changePassword", "style" : { "navigationBarTitleText": "修改密码", "enablePullDownRefresh": false } } ], "subPackages": [ { "root": "packagesMine", "name": "mine", "pages": [ { "path" : "notice/notice", "style" : { "navigationBarTitleText": "通知", "enablePullDownRefresh": false } } ,{ "path" : "notificationDetails/notificationDetails", "style" : { "navigationBarTitleText": "通知详情", "enablePullDownRefresh": false } } ,{ "path" : "meetingDetails/meetingDetails", "style" : { "navigationBarTitleText": "会议详情", "enablePullDownRefresh": false } } ,{ "path" : "reservation/reservation", "style" : { "navigationBarTitleText": "预约", "enablePullDownRefresh": false } } ,{ "path" : "confirmAppointment/confirmAppointment", "style" : { "navigationBarTitleText": "确认预约", "enablePullDownRefresh": false } } ,{ "path" : "selectPersonnel/selectPersonnel", "style" : { "navigationBarTitleText": "选择人员", "enablePullDownRefresh": false } } ] } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#fff", "app-plus": { "titleNView": { "autoBackButton": false }, "background": "#efeff4" } }, "tabBar": { "custom": true, "color": "#999999", "selectedColor": "#111", "borderStyle": "black", "backgroundColor": "#fff", "list": [ { "pagePath": "pages/index/index", "text": "首页" }, { "pagePath": "pages/mine/mine", "text": "我的" } ] } }