16 lines
584 B
JSON
16 lines
584 B
JSON
|
|
{
|
||
|
|
"navigationBarTitleText": "智能家居",
|
||
|
|
"enablePullDownRefresh": false,
|
||
|
|
"navigationBarBackgroundColor": "#3996FD",
|
||
|
|
"navigationBarTextStyle": "white",
|
||
|
|
"navigationStyle": "custom",
|
||
|
|
"usingComponents": {
|
||
|
|
"custom-header": "/common/components/CustomHeader",
|
||
|
|
"bottom-tab": "/common/components/BottomTab",
|
||
|
|
"side-menu": "/common/components/SideMenu",
|
||
|
|
"device-tab": "/common/components/DeviceTab",
|
||
|
|
"room-tab": "/common/components/RoomTab",
|
||
|
|
"notification-tab": "/common/components/NotificationTab",
|
||
|
|
"control-tab": "/common/components/ControlTab"
|
||
|
|
}
|
||
|
|
}
|