{ "pages": [ "pages/index", "pages/login", "pages/enterprise", "pages/chat", "pages/task", "pages/owner" ], "subPackages": [ { "root": "sub", "pages": [ "owner/edit", "owner/invite", "enterprise/edit", "common/waiting", "enterprise/detail", "chat/index", "task/detail" ] } ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "智慧生态", "navigationBarBackgroundColor": "#FFF", "backgroundColor": "#FFF" }, "tabBar": { "list": [ { "pagePath": "pages/index" }, { "pagePath": "pages/task" }, { "pagePath": "pages/chat" }, { "pagePath": "pages/enterprise" }, { "pagePath": "pages/owner" } ] }, "lazyCodeLoading": "requiredComponents", "permission": { "scope.record": { "desc": "用于语音输入" }, "scope.userLocation": { "desc": "获取企业位置" } }, "usingComponents": {} }