12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "pages": [
- "pages/highseas/highseas",
- "pages/index/index",
- "pages/my/my",
- "pages/login/login",
- "pages/myHouse/myHouse",
- "pages/message/message",
- "pages/city/city",
- "pages/data/data",
- "pages/searchlist/searchlist",
- "pages/project/project",
- "pages/house/house",
- "pages/visitor/visitor",
- "pages/reservation/reservation",
- "pages/chat/chat",
- "pages/myDetail/myDetail",
- "pages/person/person",
- "pages/fans/fans",
- "pages/attention/attention",
- "pages/collect/collect",
- "pages/clientDetail/clientDetail",
- "pages/client/client",
- "pages/organization/organization",
- "pages/search/search"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "有极智慧园区",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#f2f2f2"
- },
- "tabBar": {
- "color": "#8c8c8c",
- "selectedColor": "#08979c",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/image/tabbar/index.png",
- "selectedIconPath": "static/image/tabbar/index-active.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/message/message",
- "iconPath": "static/image/tabbar/chat.png",
- "selectedIconPath": "static/image/tabbar/chat-active.png",
- "text": "消息"
- },
- {
- "pagePath": "pages/highseas/highseas",
- "iconPath": "static/image/tabbar/highseas.png",
- "selectedIconPath": "static/image/tabbar/highseas-active.png",
- "text": "公海"
- },
- {
- "pagePath": "pages/data/data",
- "iconPath": "static/image/tabbar/data.png",
- "selectedIconPath": "static/image/tabbar/data-active.png",
- "text": "数据"
- },
- {
- "pagePath": "pages/my/my",
- "iconPath": "static/image/tabbar/my.png",
- "selectedIconPath": "static/image/tabbar/my-active.png",
- "text": "我的"
- }
- ]
- },
- "permission": {},
- "lazyCodeLoading": "requiredComponents",
- "usingComponents": {}
- }
|