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

56 行
1.5 KiB

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