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

79 行
2.2 KiB

  1. {
  2. "ext": {
  3. "attr": {
  4. "imgProxy": [
  5. {
  6. "newUrl": "https://ciformall.youlane.cn/img",
  7. "orgUrl": "https://iformall-net.s3.cn-northwest-1.amazonaws.com.cn"
  8. },
  9. {
  10. "newUrl": "https://ciformall.youlane.cn/img1",
  11. "orgUrl": "https://s3.cn-northwest-1.amazonaws.com.cn"
  12. },
  13. {
  14. "newUrl": "https://ciformall.youlane.cn/img2",
  15. "orgUrl": "https://wx.qlogo.cn"
  16. }
  17. ],
  18. "configUrl": "https://ciformall.youlane.cn/C/api",
  19. "etcpAppId": "wx192b7d2e8dcbefd0",
  20. "socketUrl": "wss://mp.youlane.cn/W/ws",
  21. "ifStoreApp": "0",
  22. "etcpVersion": "release",
  23. "etcpCallbackUrl": "https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback",
  24. "ifHaveWebSocket": "0",
  25. "ifHaveCarModular": "1"
  26. },
  27. "name": "富茂客官开发",
  28. "weappId": "wxea71200db93d756b",
  29. "appVersion": "C.4.5.106"
  30. },
  31. "debug": false,
  32. "tabBar": {
  33. "list": [
  34. {
  35. "text": "首页",
  36. "iconPath": "assets/images/home.png",
  37. "pagePath": "index/index",
  38. "selectedIconPath": "assets/images/home-a.png"
  39. },
  40. {
  41. "text": "门店",
  42. "iconPath": "assets/images/mendian.png",
  43. "pagePath": "index/searchbar",
  44. "selectedIconPath": "assets/images/mendian-a.png"
  45. },
  46. {
  47. "text": "停车",
  48. "iconPath": "assets/images/park.png",
  49. "pagePath": "index/passCar",
  50. "selectedIconPath": "assets/images/park-a.png"
  51. },
  52. {
  53. "text": "我的",
  54. "iconPath": "assets/images/user.png",
  55. "pagePath": "index/user",
  56. "selectedIconPath": "assets/images/user-a.png"
  57. }
  58. ],
  59. "custom": true
  60. },
  61. "window": {
  62. "backgroundTextStyle": "dark",
  63. "navigationBarTextStyle": "black",
  64. "navigationBarTitleText": "WeChat",
  65. "navigationBarBackgroundColor": "#fff"
  66. },
  67. "extAppid": "wxea71200db93d756b",
  68. "extEnable": true,
  69. "permission": {
  70. "scope.userLocation": {
  71. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  72. }
  73. },
  74. "directCommit": false,
  75. "networkTimeout": {
  76. "request": 30000,
  77. "downloadFile": 10000
  78. }
  79. }