C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
2.3 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. "orgUrl": "http://thirdwx.qlogo.cn",
  26. "newUrl": "https://ciformall.youlane.cn/img3"
  27. }
  28. ]
  29. },
  30. "name": "富茂客官开发",
  31. "weappId": "wxea71200db93d756b",
  32. "appVersion": "C.4.5.106"
  33. },
  34. "debug": false,
  35. "tabBar": {
  36. "list": [
  37. {
  38. "text": "首页",
  39. "iconPath": "assets/images/home.png",
  40. "pagePath": "pages/main/index",
  41. "selectedIconPath": "assets/images/home-a.png"
  42. },
  43. {
  44. "text": "门店",
  45. "iconPath": "assets/images/mendian.png",
  46. "pagePath": "pages/index/searchbar/index",
  47. "selectedIconPath": "assets/images/mendian-a.png"
  48. },
  49. {
  50. "text": "停车",
  51. "iconPath": "assets/images/park.png",
  52. "pagePath": "pages/passCar/passCar",
  53. "selectedIconPath": "assets/images/park-a.png"
  54. },
  55. {
  56. "text": "我的",
  57. "iconPath": "assets/images/user.png",
  58. "pagePath": "pages/user/index",
  59. "selectedIconPath": "assets/images/user-a.png"
  60. }
  61. ],
  62. "color": "#abb1be",
  63. "selectedColor": "#b2743d"
  64. },
  65. "window": {
  66. "backgroundTextStyle": "dark",
  67. "navigationBarTextStyle": "black",
  68. "navigationBarTitleText": "WeChat",
  69. "navigationBarBackgroundColor": "#fff"
  70. },
  71. "extAppid": "wxea71200db93d756b",
  72. "extEnable": true,
  73. "permission": {
  74. "scope.userLocation": {
  75. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  76. }
  77. },
  78. "directCommit": false,
  79. "networkTimeout": {
  80. "request": 30000,
  81. "downloadFile": 10000
  82. }
  83. }