C端小程序
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.

40 líneas
1011 B

  1. {
  2. "extEnable": true,
  3. "extAppid": "wxb11603577a84a86d",
  4. "directCommit": false,
  5. "tabBar": {
  6. "color": "#9F9F9F",
  7. "selectedColor": "#00C0FF",
  8. "list": [
  9. {
  10. "pagePath": "pages/index/index",
  11. "iconPath": "assets/images/home-n.png",
  12. "selectedIconPath": "assets/images/home-y.png",
  13. "text": "首页"
  14. },
  15. {
  16. "pagePath": "pages/passCar/passCar",
  17. "iconPath": "assets/images/pass1.png",
  18. "selectedIconPath": "assets/images/pass0.png",
  19. "text": "停车"
  20. },
  21. {
  22. "pagePath": "pages/user/index",
  23. "iconPath": "assets/images/user-n.png",
  24. "selectedIconPath": "assets/images/user-y.png",
  25. "text": "我的"
  26. }
  27. ]
  28. },
  29. "window": {
  30. "backgroundTextStyle": "red",
  31. "navigationBarBackgroundColor": "#02C0FF",
  32. "navigationBarTitleText": "WeChat",
  33. "navigationBarTextStyle": "white"
  34. },
  35. "networkTimeout": {
  36. "request": 30000,
  37. "downloadFile": 10000
  38. },
  39. "debug": false
  40. }