123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- {
- "pages": [
- "pages/highseas/highseas",
- "pages/message/message",
- "pages/index/index",
- "pages/my/my",
- "pages/projectAdmin/projectAdmin",
- "pages/login/login",
- "pages/city/city",
- "pages/searchlist/searchlist",
- "pages/project/project",
- "pages/house/house",
- "pages/visitor/visitor",
- "pages/reservation/reservation",
- "pages/chat/chat",
- "pages/person/person",
- "pages/search/search",
- "pages/pdf/pdf",
- "pages/sign/sign",
- "pages/webview/webview",
- "pages/requestSeal/requestSeal",
- "pages/messageSystem/messageSystem",
- "pages/messageList/messageList",
- "pages/messageDetail/messageDetail",
- "pages/dataOrder/dataOrder",
- "pages/file/file"
- ],
- "subPackages": [
- {
- "root": "pageMy",
- "pages": [
- "myDetail/myDetail",
- "myHouse/myHouse",
- "fans/fans",
- "attention/attention",
- "collect/collect",
- "clientDetail/clientDetail",
- "organization/organization",
- "client/client",
- "myReservation/myReservation",
- "download/download",
- "dataCenter/dataCenter"
- ]
- },
- {
- "root": "pageIndex",
- "pages": [
- "projectList/projectList",
- "contract/contract",
- "contractDetail/contractDetail",
- "bill/bill",
- "billDetail/billDetail",
- "invoice/invoice",
- "invoiceDetail/invoiceDetail",
- "billRecord/billRecord",
- "billInvoice/billInvoice",
- "order/order",
- "orderHandle/orderHandle",
- "orderDetail/orderDetail",
- "selectUser/selectUser",
- "deviceList/deviceList",
- "monitor/monitor",
- "monitorList/monitorList",
- "deviceDetail/deviceDetail",
- "bim/bim",
- "bimShow/bimShow"
- ]
- }
- ],
- "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": "workark"
- },
- {
- "pagePath": "pages/projectAdmin/projectAdmin",
- "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": {
- "scope.userLocation": {
- "desc": "用于获取位置,展示相应的房源信息"
- }
- },
- "lazyCodeLoading": "requiredComponents",
- "requiredPrivateInfos": [
- "getLocation"
- ],
- "plugins": {
- "ezplayer": {
- "version": "1.0.0",
- "provider": "wxf2b3a0262975d8c2"
- }
- },
- "usingComponents": {}
- }
|