抖音b端
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

47 Zeilen
1.3 KiB

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