C端小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

57 строки
1.5 KiB

  1. {
  2. "extEnable": true,
  3. "extAppid": "wxea71200db93d756b",
  4. "ext": {
  5. "weappId": "wxea71200db93d756b",
  6. "name": "富茂客官开发",
  7. "appVersion": "C.3.4.1",
  8. "attr": {
  9. "ifHaveCarModular": "1",
  10. "etcpversion": "release",
  11. "configUrl": "https://ciformall.youlane.cn/C/api",
  12. "passCarAppId": "wx192b7d2e8dcbefd0",
  13. "passCarreturnUrl": "https://ciformall.youlane.cn/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": "#fff",
  49. "navigationBarTitleText": "WeChat",
  50. "navigationBarTextStyle": "black"
  51. },
  52. "networkTimeout": {
  53. "request": 30000,
  54. "downloadFile": 10000
  55. },
  56. "debug": false
  57. }