C端小程序
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

79 linhas
2.2 KiB

  1. {
  2. "ext": {
  3. "attr": {
  4. "configUrl": "https://ciformall.youlane.cn/C/api",
  5. "etcpAppId": "wx192b7d2e8dcbefd0",
  6. "socketUrl": "wss://mp.youlane.cn/W/ws",
  7. "etcpVersion": "release",
  8. "etcpCallbackUrl": "https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback",
  9. "ifHaveWebSocket": "0",
  10. "ifHaveCarModular": "1",
  11. "imgProxy": [
  12. {
  13. "orgUrl": "https://iformall-net.s3.cn-northwest-1.amazonaws.com.cn",
  14. "newUrl": "https://ciformall.youlane.cn/img"
  15. },
  16. {
  17. "orgUrl": "https://s3.cn-northwest-1.amazonaws.com.cn",
  18. "newUrl": "https://ciformall.youlane.cn/img1"
  19. },
  20. {
  21. "orgUrl": "https://wx.qlogo.cn",
  22. "newUrl": "https://ciformall.youlane.cn/img2"
  23. }
  24. ]
  25. },
  26. "name": "富茂客官开发",
  27. "weappId": "wxea71200db93d756b",
  28. "appVersion": "C.4.5.106"
  29. },
  30. "debug": false,
  31. "tabBar": {
  32. "list": [
  33. {
  34. "text": "首页",
  35. "iconPath": "assets/images/home.png",
  36. "pagePath": "pages/main/index",
  37. "selectedIconPath": "assets/images/home-a.png"
  38. },
  39. {
  40. "text": "门店",
  41. "iconPath": "assets/images/mendian.png",
  42. "pagePath": "pages/index/searchbar/index",
  43. "selectedIconPath": "assets/images/mendian-a.png"
  44. },
  45. {
  46. "text": "停车",
  47. "iconPath": "assets/images/park.png",
  48. "pagePath": "pages/passCar/passCar",
  49. "selectedIconPath": "assets/images/park-a.png"
  50. },
  51. {
  52. "text": "我的",
  53. "iconPath": "assets/images/user.png",
  54. "pagePath": "pages/user/index",
  55. "selectedIconPath": "assets/images/user-a.png"
  56. }
  57. ],
  58. "color": "#abb1be",
  59. "selectedColor": "#b2743d"
  60. },
  61. "window": {
  62. "backgroundTextStyle": "dark",
  63. "navigationBarTextStyle": "black",
  64. "navigationBarTitleText": "WeChat",
  65. "navigationBarBackgroundColor": "#fff"
  66. },
  67. "extAppid": "wxea71200db93d756b",
  68. "extEnable": true,
  69. "permission": {
  70. "scope.userLocation": {
  71. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  72. }
  73. },
  74. "directCommit": false,
  75. "networkTimeout": {
  76. "request": 30000,
  77. "downloadFile": 10000
  78. }
  79. }