You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"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": {}
|
|
|
|
}
|