C端小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.7 KiB

  1. {
  2. "extEnable": true,
  3. "extAppid": "wxea71200db93d756b",
  4. "ext": {
  5. "weappId": "wx649b3be73c1afe47",
  6. "name": "金泸商务1",
  7. "appVersion": "C.4.1.8",
  8. "attr": {
  9. "configUrl": "https://ciformall.youlane.cn/C/api",
  10. "socketUrl": "wss://mp.youlane.cn/W/ws",
  11. "ifHaveWebSocket": "1",
  12. "etcpVersion": "release",
  13. "etcpAppId": "wx192b7d2e8dcbefd0",
  14. "etcpCallbackUrl": "https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback"
  15. }
  16. },
  17. "permission": {
  18. "scope.userLocation": {
  19. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  20. }
  21. },
  22. "directCommit": false,
  23. "tabBar": {
  24. "color": "#abb1be",
  25. "selectedColor": "#b2743d",
  26. "list": [
  27. {
  28. "pagePath": "pages/main/index",
  29. "iconPath": "assets/images/home.png",
  30. "selectedIconPath": "assets/images/home-a.png",
  31. "text": "首页"
  32. },
  33. {
  34. "pagePath": "pages/index/searchbar/index",
  35. "iconPath": "assets/images/mendian.png",
  36. "selectedIconPath": "assets/images/mendian-a.png",
  37. "text": "门店"
  38. },
  39. {
  40. "pagePath": "pages/passCar/passCar",
  41. "iconPath": "assets/images/park.png",
  42. "selectedIconPath": "assets/images/park-a.png",
  43. "text": "停车"
  44. },
  45. {
  46. "pagePath": "pages/user/index",
  47. "iconPath": "assets/images/user.png",
  48. "selectedIconPath": "assets/images/user-a.png",
  49. "text": "我的"
  50. }
  51. ]
  52. },
  53. "window": {
  54. "backgroundTextStyle": "dark",
  55. "navigationBarBackgroundColor": "#FFFFFF",
  56. "navigationBarTitleText": "",
  57. "navigationBarTextStyle": "black"
  58. },
  59. "networkTimeout": {
  60. "request": 30000,
  61. "downloadFile": 10000
  62. },
  63. "debug": false
  64. }