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.

52 line
1.3 KiB

  1. {
  2. "ext": {
  3. "attr": {
  4. "configUrl": "https://btest.malls.iformall.com",
  5. "datatowerurl": "https://mobiletest.malls.iformall.com"
  6. },
  7. "name": "金泸商务商家版",
  8. "weappId": "wx9ff823abeef23b94",
  9. "appVersion": "Btest.5.1.0"
  10. },
  11. "debug": false,
  12. "tabBar": {
  13. "list": [
  14. {
  15. "text": "首页",
  16. "iconPath": "static/images/home-n.png",
  17. "pagePath": "pages/main/main",
  18. "selectedIconPath": "static/images/home-y.png"
  19. },
  20. {
  21. "text": "账单",
  22. "iconPath": "static/images/bill.png",
  23. "pagePath": "pages/bill/bill",
  24. "selectedIconPath": "static/images/bill1.png"
  25. },
  26. {
  27. "text": "我的",
  28. "iconPath": "static/images/user-n.png",
  29. "pagePath": "pages/mine/mine",
  30. "selectedIconPath": "static/images/user-y.png"
  31. }
  32. ],
  33. "color": "#9F9F9F",
  34. "selectedColor": "#52a0fd"
  35. },
  36. "window": {
  37. "backgroundTextStyle": "light",
  38. "navigationBarBackgroundColor": "#52A0FD"
  39. },
  40. "extAppid": "wx9ff823abeef23b94",
  41. "extEnable": true,
  42. "permission": {
  43. "scope.userLocation": {
  44. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  45. }
  46. },
  47. "directCommit": false,
  48. "networkTimeout": {
  49. "request": 30000,
  50. "downloadFile": 10000
  51. }
  52. }