C端小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

56 行
1.5 KiB

  1. {
  2. "extEnable": true,
  3. "extAppid": "wx3161a41ebc41c6a6",
  4. "ext": {
  5. "weappId": "wx3161a41ebc41c6a6",
  6. "name": "永修铜锣湾",
  7. "attr": {
  8. "ifHaveCarModular": "0",
  9. "etcpversion": "release",
  10. "configUrl": "https://c.malls.iformall.com/C/api",
  11. "passCarAppId": "wx192b7d2e8dcbefd0",
  12. "passCarreturnUrl": "https://admin.malls.iformall.com/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. }