JhHardwareWRS/app.json
2026-07-06 10:50:47 +08:00

43 lines
1.2 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/erpLoginConfirm/erpLoginConfirm",
"pages/clock/clock",
"pages/cleaningReport/cleaningReport",
"pages/reportForm/reportForm",
"pages/reportResult/reportResult",
"pages/records/records",
"pages/review/review",
"pages/manageProducts/manageProducts",
"pages/managePeople/managePeople",
"pages/manageEquipment/manageEquipment",
"pages/smartMonitor/smartMonitor",
"pages/manageNotices/manageNotices",
"pages/workSchedule/workSchedule",
"pages/reconciliationLedger/reconciliationLedger",
"pages/usageStats/usageStats",
"pages/usageStatsDetail/usageStatsDetail",
"pages/dashboard/dashboard",
"pages/deviceQr/deviceQr",
"pages/logs/logs"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "嘉恒智能报工",
"navigationBarBackgroundColor": "#f7f8fa",
"backgroundColor": "#f7f8fa"
},
"permission": {
"scope.userLocation": {
"desc": "用于校验是否在厂区范围内扫码报工"
}
},
"requiredPrivateInfos": [
"getLocation"
],
"style": "v2",
"componentFramework": "glass-easel",
"lazyCodeLoading": "requiredComponents",
"sitemapLocation": "sitemap.json"
}