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.

65 lines
1.8 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": "0"
  11. },
  12. "name": "富茂客官开发",
  13. "weappId": "wxea71200db93d756b",
  14. "appVersion": "C.4.5.106"
  15. },
  16. "debug": false,
  17. "tabBar": {
  18. "list": [
  19. {
  20. "text": "首页",
  21. "iconPath": "assets/images/home.png",
  22. "pagePath": "pages/main/index",
  23. "selectedIconPath": "assets/images/home-a.png"
  24. },
  25. {
  26. "text": "门店",
  27. "iconPath": "assets/images/mendian.png",
  28. "pagePath": "pages/index/searchbar/index",
  29. "selectedIconPath": "assets/images/mendian-a.png"
  30. },
  31. {
  32. "text": "停车",
  33. "iconPath": "assets/images/park.png",
  34. "pagePath": "pages/passCar/passCar",
  35. "selectedIconPath": "assets/images/park-a.png"
  36. },
  37. {
  38. "text": "我的",
  39. "iconPath": "assets/images/user.png",
  40. "pagePath": "pages/user/index",
  41. "selectedIconPath": "assets/images/user-a.png"
  42. }
  43. ],
  44. "color": "#abb1be",
  45. "selectedColor": "#b2743d"
  46. },
  47. "window": {
  48. "backgroundTextStyle": "dark",
  49. "navigationBarTextStyle": "black",
  50. "navigationBarTitleText": "WeChat",
  51. "navigationBarBackgroundColor": "#fff"
  52. },
  53. "extAppid": "wxea71200db93d756b",
  54. "extEnable": true,
  55. "permission": {
  56. "scope.userLocation": {
  57. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  58. }
  59. },
  60. "directCommit": false,
  61. "networkTimeout": {
  62. "request": 30000,
  63. "downloadFile": 10000
  64. }
  65. }