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