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.

57 righe
1.5 KiB

  1. {
  2. "extEnable": true,
  3. "extAppid": "wx6a2524a8286d687f",
  4. "ext": {
  5. "weappId": "wx6a2524a8286d687f",
  6. "name": "富茂链客生产版",
  7. "appVersion": "C.3.4.1",
  8. "attr": {
  9. "ifHaveCarModular": "1",
  10. "etcpversion": "release",
  11. "configUrl": "https://c.malls.iformall.com/C/api",
  12. "passCarAppId": "wxc07f9d67923d676d",
  13. "passCarreturnUrl": "https://admin.malls.iformall.com/api/carCallback/etcpPaidCallback"
  14. }
  15. },
  16. "permission": {
  17. "scope.userLocation": {
  18. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  19. }
  20. },
  21. "directCommit": false,
  22. "tabBar": {
  23. "color": "#9F9F9F",
  24. "selectedColor": "#00C0FF",
  25. "list": [
  26. {
  27. "pagePath": "pages/main/index",
  28. "iconPath": "assets/images/home-n.png",
  29. "selectedIconPath": "assets/images/home-y.png",
  30. "text": "首页"
  31. },
  32. {
  33. "pagePath": "pages/passCar/passCar",
  34. "iconPath": "assets/images/pass1.png",
  35. "selectedIconPath": "assets/images/pass0.png",
  36. "text": "停车"
  37. },
  38. {
  39. "pagePath": "pages/user/index",
  40. "iconPath": "assets/images/user-n.png",
  41. "selectedIconPath": "assets/images/user-y.png",
  42. "text": "我的"
  43. }
  44. ]
  45. },
  46. "window": {
  47. "backgroundTextStyle": "dark",
  48. "navigationBarBackgroundColor": "#02C0FF",
  49. "navigationBarTitleText": "WeChat",
  50. "navigationBarTextStyle": "white"
  51. },
  52. "networkTimeout": {
  53. "request": 30000,
  54. "downloadFile": 10000
  55. },
  56. "debug": false
  57. }