随手精灵小程序,单独为了获取WIFI信息加强围栏告警功能能力
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

47 líneas
1.3KB

  1. {
  2. "pages": [
  3. "pages/home/home",
  4. "pages/list/list",
  5. "pages/partner/partner",
  6. "pages/more/more"
  7. ],
  8. "permission": {
  9. "scope.userLocation": {
  10. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  11. }
  12. },
  13. "window": {
  14. "backgroundTextStyle": "dark",
  15. "navigationBarBackgroundColor": "#1772cb",
  16. "navigationBarTitleText": "发不好看",
  17. "navigationBarTextStyle": "white"
  18. },
  19. "tabBar": {
  20. "color": "#7A7E83",
  21. "selectedColor": "#13227a",
  22. "backgroundColor": "#ffffff",
  23. "list": [
  24. {
  25. "pagePath": "pages/home/home",
  26. "iconPath": "images/icon/icon_home.png",
  27. "selectedIconPath": "images/icon/icon_home_active.png",
  28. "text": "首页"
  29. },
  30. {
  31. "pagePath": "pages/list/list",
  32. "iconPath": "images/icon/icon_list.png",
  33. "selectedIconPath": "images/icon/icon_list_active.png",
  34. "text": "列表"
  35. }
  36. ]
  37. },
  38. "networkTimeout": {
  39. "request": 10000,
  40. "downloadFile": 10000
  41. },
  42. "debug": true,
  43. "navigateToMiniProgramAppIdList": [
  44. "wx64cc3af90544c0cd"
  45. ],
  46. "sitemapLocation": "sitemap45.json"
  47. }