pages.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "globalStyle": {
  3. "navigationStyle": "default",
  4. "navigationBarTitleText": "猫耳云打印",
  5. "navigationBarBackgroundColor": "#f8f8f8",
  6. "navigationBarTextStyle": "black",
  7. "backgroundColor": "#FFFFFF"
  8. },
  9. "easycom": {
  10. "autoscan": true,
  11. "custom": {
  12. "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
  13. "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
  14. }
  15. },
  16. "tabBar": {
  17. "color": "#999999",
  18. "selectedColor": "#FF8D1A",
  19. "backgroundColor": "#F8F8F8",
  20. "borderStyle": "black",
  21. "height": "50px",
  22. "fontSize": "10px",
  23. "iconWidth": "24px",
  24. "spacing": "3px",
  25. "list": [
  26. {
  27. "iconPath": "static/tabbar/home.png",
  28. "selectedIconPath": "static/tabbar/homeHL.png",
  29. "pagePath": "pages/index/index",
  30. "text": "首页"
  31. },
  32. {
  33. "iconPath": "static/tabbar/personal.png",
  34. "selectedIconPath": "static/tabbar/personalHL.png",
  35. "pagePath": "pages/personal/index",
  36. "text": "我的"
  37. }
  38. ]
  39. },
  40. "pages": [
  41. {
  42. "path": "pages/index/index",
  43. "type": "home",
  44. "style": {
  45. "navigationBarTitleText": "首页",
  46. "navigationStyle": "custom"
  47. }
  48. },
  49. {
  50. "path": "pages/assistant/detail",
  51. "type": "page",
  52. "style": {
  53. "navigationBarTitleText": "打印助手"
  54. }
  55. },
  56. {
  57. "path": "pages/assistant/index",
  58. "type": "page",
  59. "style": {
  60. "navigationBarTitleText": "打印助手列表"
  61. }
  62. },
  63. {
  64. "path": "pages/login/index",
  65. "type": "page",
  66. "style": {
  67. "navigationBarTitleText": "登录"
  68. }
  69. },
  70. {
  71. "path": "pages/personal/index",
  72. "type": "page",
  73. "layout": "default",
  74. "style": {
  75. "navigationBarTitleText": "我的"
  76. }
  77. },
  78. {
  79. "path": "pages/webview/index",
  80. "type": "page",
  81. "layout": "default",
  82. "style": {
  83. "navigationBarTitleText": "webView"
  84. }
  85. }
  86. ],
  87. "subPackages": []
  88. }