pages.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "pages": [{
  3. "path": "pages/workark/workark",
  4. "style": {
  5. "navigationBarTitleText": "WORKARK"
  6. }
  7. }, {
  8. "path": "pages/index/index",
  9. "style": {
  10. "navigationBarTitleText": "首页"
  11. }
  12. }, {
  13. "path": "pages/model/model",
  14. "style": {
  15. "navigationBarTitleText": "模型"
  16. }
  17. }, {
  18. "path": "pages/shopping/shopping",
  19. "style": {
  20. "navigationBarTitleText": "商城"
  21. }
  22. }, {
  23. "path": "pages/my/my",
  24. "style": {
  25. "navigationBarTitleText": "我的"
  26. }
  27. }],
  28. "tabBar": {
  29. "color": "#7d7380",
  30. "selectedColor": "#3c9cff",
  31. "list": [{
  32. "pagePath": "pages/index/index",
  33. "iconPath": "static/images/tabbar/index.png",
  34. "selectedIconPath": "static/images/tabbar/index-active.png",
  35. "text": "首页"
  36. }, {
  37. "pagePath": "pages/model/model",
  38. "iconPath": "static/images/tabbar/chat.png",
  39. "selectedIconPath": "static/images/tabbar/chat-active.png",
  40. "text": "模型"
  41. }, {
  42. "pagePath": "pages/workark/workark",
  43. "iconPath": "static/images/tabbar/highseas.png",
  44. "selectedIconPath": "static/images/tabbar/highseas-active.png",
  45. "text": "workark"
  46. }, {
  47. "pagePath": "pages/shopping/shopping",
  48. "iconPath": "static/images/tabbar/data.png",
  49. "selectedIconPath": "static/images/tabbar/data-active.png",
  50. "text": "商城"
  51. }, {
  52. "pagePath": "pages/my/my",
  53. "iconPath": "static/images/tabbar/my.png",
  54. "selectedIconPath": "static/images/tabbar/my-active.png",
  55. "text": "我的"
  56. }]
  57. },
  58. "globalStyle": {
  59. "navigationBarTextStyle": "black",
  60. "navigationBarTitleText": "workark",
  61. "navigationBarBackgroundColor": "#fff"
  62. },
  63. "uniIdRouter": {}
  64. }