酷炫直播运营系统小程序版本

app.json 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/addExpense/addExpense",
  5. "pages/liveSituation/liveSituation",
  6. "pages/mine/mine",
  7. "pages/login/login",
  8. "pages/dateplan/index",
  9. "pages/selfInfo/selfInfo",
  10. "pages/addExpenseForm/addExpenseForm",
  11. "pages/dateplan/editPlan",
  12. "pages/reimbursementList/reimbursementList",
  13. "pages/reimbursementList/submitApply",
  14. "pages/reimbursementList/audit",
  15. "pages/addExpenseFormElse/addExpenseForm"
  16. ],
  17. "subPackages": [],
  18. "window": {
  19. "navigationBarTextStyle": "white",
  20. "navigationBarTitleText": "问星数据-抖音版",
  21. "navigationBarBackgroundColor": "#333947",
  22. "backgroundColor": "#333947"
  23. },
  24. "tabBar": {
  25. "color": "#AEB2B7",
  26. "selectedColor": "#446EF6",
  27. "borderStyle": "black",
  28. "backgroundColor": "#202020",
  29. "list": [
  30. {
  31. "pagePath": "pages/index/index",
  32. "iconPath": "/static/tabBar/home.png",
  33. "selectedIconPath": "/static/tabBar/home_yes.png",
  34. "text": "首页"
  35. },
  36. {
  37. "pagePath": "pages/dateplan/index",
  38. "iconPath": "/static/tabBar/dateplan.png",
  39. "selectedIconPath": "/static/tabBar/dateplan_yes.png",
  40. "text": "直播计划"
  41. },
  42. {
  43. "pagePath": "pages/mine/mine",
  44. "iconPath": "/static/tabBar/wode.png",
  45. "selectedIconPath": "/static/tabBar/wode_yes.png",
  46. "text": "我的"
  47. }
  48. ]
  49. },
  50. "usingComponents": {
  51. "no-data": "/components/noData",
  52. "wm-watermark": "/components/wm-watermark",
  53. "page-head": "/components/page-head"
  54. }
  55. }