34 lines
840 B
JSON
34 lines
840 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/privacy/index",
|
|
"pages/aggrement/index",
|
|
"pages/register/index",
|
|
"pages/login/index",
|
|
"pages/userInfo/index",
|
|
"pages/customFlow/index",
|
|
"pages/maintenance/index",
|
|
"pages/mainprogress/index",
|
|
"pages/evaluate/index",
|
|
"pages/report/index",
|
|
"pages/logs/logs",
|
|
"pages/sign/index"
|
|
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
},
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"requiredPrivateInfos": [
|
|
"getLocation"
|
|
],
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于工单的签到"
|
|
}
|
|
}
|
|
} |