epmet 工作端 小程序
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.

172 lines
5.2 KiB

2 years ago
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/login/login",
"pages/work/work",
"pages/information/information",
"pages/mine/mine",
"pages/webView/webView",
"pages/statistics/statistics",
"pages/setup/setup",
"subpages/house/pages/housePortrait/housePortrait",
"subpages/businessRecord/businessRecord"
2 years ago
],
"subPackages": [
2 years ago
{
"root": "subpages/addhouse",
"name": "addhouse",
"pages": [
"pages/addhouse/addhouse"
2 years ago
]
},
{
"root": "subpages/searchResult",
"name": "searchResult",
"pages": [
"pages/searchResult/searchResult",
2 years ago
"pages/searchRecords/searchRecords",
"pages/punchCard/punchCard",
"pages/checkLog/checkLog"
]
},
{
"root": "subpages/addResi",
"name": "addResi",
"pages": [
"pages/addResi/addResi",
"pages/editResi/editResi"
]
},
{
"root": "subpages/gatherInformation",
"name": "gatherInformation",
"pages": [
"pages/gatherInformation/gatherInformation"
]
},
{
"root": "subpages/communitySelfInsp",
"name": "communitySelfInsp",
"pages": [
"pages/historyQuery/historyQuery",
"pages/synthesis/synthesis",
"pages/dissatisfactionDetails/dissatisfactionDetails",
"pages/followUpList/followUpList",
"pages/followUpDetail/followUpDetail"
]
},
{
"root": "subpages/statistics",
"name": "statistics",
"pages": [
"pages/dissatisfied/list/list",
"pages/dissatisfied/detial/detail",
"pages/crowdPortrait/crowdPortrait",
"pages/residentPortrait/residentPortrait",
"pages/residentPortrait2/residentPortrait",
"pages/qzbmy/qzbmy",
"pages/sjwjj/sjwjj",
"pages/xqwmz/xqwmz",
"pages/yxwxfw/yxwxfw",
"pages/event/list/list",
"pages/event/detail/detail",
"pages/demand/list/list",
"pages/demand/detail/detail",
"pages/problem/problem",
"pages/problemList/problemList"
]
2 years ago
},
{
"root": "subpages/demandCheck",
"name": "demandCheck",
"pages": [
"pages/dissatisfied/demandCheck/demandCheck",
"pages/dissatisfied/searchResi/searchResi"
2 years ago
]
},
{
"root": "subpages/settings",
"name": "settings",
"pages": [
2 years ago
"pages/index/index",
"pages/changePassword/changePassword"
]
2 years ago
},
{
"root": "subpages/OCRCard",
"name": "OCRCard",
"pages": [
"pages/index/index"
]
},
{
2 years ago
"root": "subpages/myTroubleshootDemand",
"name": "myTroubleshootDemand",
"pages": [
"pages/index/index"
]
}
2 years ago
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#333333",
"selectedColor": "#3A80E7",
2 years ago
"backgroundColor": "#FFFFFF",
"borderStyle": "white",
2 years ago
"custom": true,
2 years ago
"list": [
{
"pagePath": "pages/index/index",
"text": "消息",
"iconPath": "images/home/message.png",
"selectedIconPath": "images/home/messageSelected.png"
},
{
"pagePath": "pages/work/work",
"text": "工作",
"iconPath": "images/home/work.png",
"selectedIconPath": "images/home/workSelected.png"
},
{
"pagePath": "pages/statistics/statistics",
"text": "统计",
"iconPath": "images/home/information.png",
"selectedIconPath": "images/home/informationSelected.png"
},
2 years ago
{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "images/home/mine.png",
"selectedIconPath": "images/home/mineSelected.png"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "亿联社区将获取您的位置信息"
}
},
"requiredPrivateInfos": [
"getLocation",
"chooseLocation"
],
"navigateToMiniProgramAppIdList": [
"wx50ebeb95943868cd"
],
2 years ago
"networkTimeout": {
"request": 60000
},
2 years ago
"plugins": {
"ocr-plugin": {
"version": "3.1.3",
"provider": "wx4418e3e031e551be"
2 years ago
}
},
2 years ago
"sitemapLocation": "sitemap.json"
}