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.

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