| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "pages": [
- "pages/index/index",
- "pages/setup/index",
- "pages/tool/index",
- "pages/login/index",
- "pages/equipment/index",
- "pages/workorder/index",
- "pages/setuplevel/index",
- "pages/longtermorder/index",
- "pages/projectdetails/index",
- "pages/car/index",
- "pages/stationdetail/index",
- "pages/map/index",
- "pages/orderdetails/index",
- "pages/createproject/index",
- "pages/projectlist/index",
- "pages/driverdetail/index"
-
- ],
- "requiredPrivateInfos": [
- "getLocation"
- ],
- "permission": {
- "scope.userLocation": {
- "desc": "请允许获取位置信息,以便计算距离"
- },
- "scope.setClipboardData": {
- "desc": "用于复制内容到剪贴板,方便用户分享或使用"
- },
- "scope.phoneNumber": {
- "desc": "为了快速完成账号注册与登录,验证您的身份信息,保障账号安全,我们需要获取您的手机号。我们将严格按照隐私政策保护您的信息,不会用于其他用途。"
- }
- },
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "晟运能源",
- "navigationBarBackgroundColor": "#ffffff"
- },
- "componentFramework": "glass-easel",
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents",
- "__usePrivacyCheck__": true,
- "tabBar": {
- "selectedColor": "#007545",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "监控",
- "iconPath": "static/111.png",
- "selectedIconPath": "static/222.png"
- },
- {
- "pagePath": "pages/tool/index",
- "text": "工单",
- "iconPath": "static/55.png",
- "selectedIconPath": "static/66.png"
- },
- {
- "pagePath": "pages/equipment/index",
- "text": "消息",
- "iconPath": "static/3.png",
- "selectedIconPath": "static/4.png"
- },
- {
- "pagePath": "pages/setup/index",
- "text": "我的",
- "iconPath": "static/7.png",
- "selectedIconPath": "static/8.png"
- }
- ]
- }
- }
|