{ "pages": [ { "path": "pages/index/index", "style": { "navigationStyle": "custom", "backgroundColor": "#667eea", "enablePullDownRefresh": false } }, { "path": "pages/chatRoom/chatRoomList/chatRoomList", "style": { "navigationStyle": "custom", "navigationBarTitleText": "我的聊天室" } }, { "path": "pages/chatRoom/chatRoom/chatRoom", "style": { "navigationStyle": "custom" } }, { "path": "pages/workcase/workcaseList/workcaseList", "style": { "navigationStyle": "custom" } }, { "path": "pages/workcase/workcaseDetail/workcaseDetail", "style": { "navigationStyle": "custom" } }, { "path": "pages/meeting/Meeting/Meeting", "style": { "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "泰豪小电", "navigationBarBackgroundColor": "#667eea", "backgroundColor": "#F8F9FA" }, "uniIdRouter": { "loginPage": "pages/index/index", "needLogin": [] } }