C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

59 行
1.6 KiB

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