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.

44 líneas
1.1 KiB

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