pages.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "pages": [
  3. {"path": "pages/index/index", "style": {"navigationBarTitleText": "数字能量"}},
  4. {"path": "pages/records/index", "style": {"navigationBarTitleText": "分析记录"}},
  5. {"path": "pages/relations/index", "style": {"navigationBarTitleText": "关系能量分析"}},
  6. {"path": "pages/relations/add-relation", "style": {"navigationBarTitleText": "添加关系人", "backgroundColor": "#F8F6F1"}},
  7. {"path": "pages/relations/chart-compare", "style": {"navigationBarTitleText": "关系命盘对比", "backgroundColor": "#0c0a1a"}},
  8. {"path": "pages/relations/number-analysis", "style": {"navigationBarTitleText": "八星号码分析", "backgroundColor": "#0c0a1a"}},
  9. {"path": "pages/analysis/index", "style": {"navigationBarTitleText": "分析"}},
  10. {"path": "pages/profile/index", "style": {"navigationBarTitleText": "我的"}},
  11. {"path": "pages/payment/index", "style": {"navigationBarTitleText": "VIP 开通"}},
  12. {"path": "pages/profile/edit", "style": {"navigationBarTitleText": "编辑资料"}},
  13. {"path": "pages/chart/index", "style": {"navigationBarTitleText": "命盘分析"}},
  14. {"path": "pages/login/index", "style": {"navigationBarTitleText": "微信登录"}},
  15. {"path": "pages/subscribe/index", "style": {"navigationBarTitleText": "开通能量师"}},
  16. {"path": "pages/commission/index", "style": {"navigationBarTitleText": "我的推广", "enablePullDownRefresh": true, "backgroundColor": "#0c0a1a"}},
  17. {"path": "pages/withdraw/index", "style": {"navigationBarTitleText": "提现"}},
  18. {"path": "pages/plan/apply", "style": {"navigationBarTitleText": "申请人工方案"}},
  19. {"path": "pages/plan/workbench", "style": {"navigationBarTitleText": "能量师工作台", "enablePullDownRefresh": true, "backgroundColor": "#0c0a1a"}},
  20. {"path": "pages/plan/monitor", "style": {"navigationBarTitleText": "咨询监看", "enablePullDownRefresh": true, "backgroundColor": "#0c0a1a"}},
  21. {"path": "pages/admin/index", "style": {"navigationBarTitleText": "管理后台", "backgroundColor": "#0c0a1a", "enablePullDownRefresh": true}}
  22. ],
  23. "globalStyle": {
  24. "navigationBarTextStyle": "white",
  25. "navigationBarTitleText": "数字能量学",
  26. "navigationBarBackgroundColor": "#1E3A5F",
  27. "backgroundColor": "#0c0a1a"
  28. },
  29. "tabBar": {
  30. "color": "#A0AEC0",
  31. "selectedColor": "#C9A84C",
  32. "backgroundColor": "#1E3A5F",
  33. "borderStyle": "white",
  34. "list": [
  35. {"pagePath": "pages/index/index", "text": "首页", "iconPath": "static/home.png", "selectedIconPath": "static/home-active.png"},
  36. {"pagePath": "pages/relations/index", "text": "关系", "iconPath": "static/relations.png", "selectedIconPath": "static/relations-active.png"},
  37. {"pagePath": "pages/analysis/index", "text": "分析", "iconPath": "static/analysis.png", "selectedIconPath": "static/analysis-active.png"},
  38. {"pagePath": "pages/profile/index", "text": "我的", "iconPath": "static/profile.png", "selectedIconPath": "static/profile-active.png"}
  39. ]
  40. }
  41. }