54 lines
1.0 KiB
JSON
54 lines
1.0 KiB
JSON
{
|
|
"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",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "泰豪小电",
|
|
"navigationBarBackgroundColor": "#667eea",
|
|
"backgroundColor": "#F8F9FA"
|
|
},
|
|
"uniIdRouter": {
|
|
"loginPage": "pages/index/index",
|
|
"needLogin": []
|
|
}
|
|
}
|