You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
1.7 KiB
JSON
80 lines
1.7 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/NEUIKit/pages/Conversation/index",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/NEUIKit/pages/Chat/index",
|
|
"style": {
|
|
"navigationBarBackgroundColor": "#F6F8FA",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationStyle": "custom",
|
|
"enablePullDownRefresh": false,
|
|
"app-plus": {
|
|
"softinputNavBar": "none",
|
|
"bounce": "none"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/persion/index",
|
|
"style": {
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/myBill/index",
|
|
"style": {
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"backgroundColor": "#f5f5f5",
|
|
"backgroundColorTop": "#f5f5f5",
|
|
"backgroundColorBottom": "#f5f5f5"
|
|
},
|
|
"tabBar": {
|
|
"backgroundColor": "#F6F8FA",
|
|
"color": "#999999",
|
|
"selectedColor": "#337EFF",
|
|
"height": "60px",
|
|
"list": [
|
|
{
|
|
"text": "首页",
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/YX_IMG/me.png",
|
|
"selectedIconPath": "static/YX_IMG/me-selected.png"
|
|
},
|
|
{
|
|
"text": "工单",
|
|
"pagePath": "pages/myBill/index",
|
|
"iconPath": "static/tabbar/order.png",
|
|
"selectedIconPath": "static/tabbar/order_active.png"
|
|
},
|
|
{
|
|
"text": "消息",
|
|
"iconPath": "static/YX_IMG/conversation.png",
|
|
"selectedIconPath": "static/YX_IMG/conversation-selected.png",
|
|
"pagePath": "pages/NEUIKit/pages/Conversation/index"
|
|
},
|
|
{
|
|
"text": "我的",
|
|
"pagePath": "pages/persion/index",
|
|
"iconPath": "static/YX_IMG/me.png",
|
|
"selectedIconPath": "static/YX_IMG/me-selected.png"
|
|
}
|
|
|
|
]
|
|
}
|
|
}
|