12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "pages": [
- "pages/index/index",
- "pages/login/login",
- "pages/order/order",
- "pages/my/my",
- "pages/message/message",
- "pages/house/house",
- "pages/houseDetail/houseDetail",
- "pages/messageList/messageList",
- "pages/messageDetail/messageDetail",
- "pages/projectList/projectList"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "有极物业",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#3a3a3a",
- "selectedColor": "#3371FF",
- "list": [
- {
- "text": "首页",
- "pagePath": "pages/index/index",
- "iconPath": "static/image/tabbar/index.png",
- "selectedIconPath": "static/image/tabbar/index-active.png"
- },
- {
- "text": "工单",
- "pagePath": "pages/order/order",
- "iconPath": "static/image/tabbar/order.png",
- "selectedIconPath": "static/image/tabbar/order-active.png"
- },
- {
- "text": "通知",
- "pagePath": "pages/message/message",
- "iconPath": "static/image/tabbar/message.png",
- "selectedIconPath": "static/image/tabbar/message-active.png"
- },
- {
- "text": "我的",
- "pagePath": "pages/my/my",
- "iconPath": "static/image/tabbar/my.png",
- "selectedIconPath": "static/image/tabbar/my-active.png"
- }
- ]
- },
- "usingComponents": {}
- }
|