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.

51 line
1.3 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. "directCommit": false,
  16. "tabBar": {
  17. "color": "#9F9F9F",
  18. "selectedColor": "#00C0FF",
  19. "list": [
  20. {
  21. "pagePath": "pages/main/index",
  22. "iconPath": "assets/images/home-n.png",
  23. "selectedIconPath": "assets/images/home-y.png",
  24. "text": "首页"
  25. },
  26. {
  27. "pagePath": "pages/passCar/passCar",
  28. "iconPath": "assets/images/pass1.png",
  29. "selectedIconPath": "assets/images/pass0.png",
  30. "text": "停车"
  31. },
  32. {
  33. "pagePath": "pages/user/index",
  34. "iconPath": "assets/images/user-n.png",
  35. "selectedIconPath": "assets/images/user-y.png",
  36. "text": "我的"
  37. }
  38. ]
  39. },
  40. "window": {
  41. "backgroundTextStyle": "dark",
  42. "navigationBarBackgroundColor": "#02C0FF",
  43. "navigationBarTitleText": "WeChat",
  44. "navigationBarTextStyle": "white"
  45. },
  46. "networkTimeout": {
  47. "request": 30000,
  48. "downloadFile": 10000
  49. },
  50. "debug": false
  51. }