C端小程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

43 righe
1.0 KiB

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