抖音b端
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

50 рядки
1.3 KiB

  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/main/main",
  5. "pages/user/user",
  6. "pages/scan/scan",
  7. "pages/writeoffPage/writeoffPage",
  8. "pages/errorPage/errorPage",
  9. "pages/write0ff/write0ff",
  10. "pages/marktingsettlement/marktingsettlement",
  11. "pages/forgetpwd/forgetpwd",
  12. "pages/setpwd/setpwd",
  13. "pages/success/success",
  14. "pages/transaction/transaction",
  15. "pages/creditSelect/index",
  16. "pages/memberPhone/index",
  17. "pages/Add/index",
  18. "pages/operation/index",
  19. "pages/getMerchant/index",
  20. "pages/editSuccess/index",
  21. "pages/exchange/index",
  22. "pages/creditOperate/index",
  23. "pages/goHtml/goHtml",
  24. "pages/orderUrl/orderUrl",
  25. "pages/Appointment/appointment",
  26. "pages/appointDetail/appointDetail"
  27. ],
  28. "window": {
  29. "backgroundTextStyle": "light",
  30. "navigationBarBackgroundColor": "#52A0FD"
  31. },
  32. "tabBar": {
  33. "color": "#9F9F9F",
  34. "selectedColor": "#52a0fd",
  35. "backgroundColor": "#fff",
  36. "list": [{
  37. "pagePath": "pages/main/main",
  38. "text": "首页",
  39. "iconPath": "assets/images/home-n.png",
  40. "selectedIconPath": "assets/images/home-y.png"
  41. },
  42. {
  43. "pagePath": "pages/user/user",
  44. "text": "我的",
  45. "iconPath": "assets/images/user-n.png",
  46. "selectedIconPath": "assets/images/user-y.png"
  47. }
  48. ]
  49. }
  50. }