pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/ai-assistant/index",
  5. "style": {
  6. "navigationBarTitleText": "壹领AI助理"
  7. }
  8. },
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationStyle": "custom",
  13. "navigationBarTitleText": "壹领服务",
  14. "navigationBarTextStyle": "white"
  15. }
  16. },
  17. {
  18. "path": "pages/my/index",
  19. "style": {
  20. "navigationBarTitleText": "我的"
  21. }
  22. },
  23. {
  24. "path": "pages/capacity-calculation/index",
  25. "style": {
  26. "navigationBarTitleText": "产能计算"
  27. }
  28. },
  29. {
  30. "path": "pages/oil-recommendation/index",
  31. "style": {
  32. "navigationBarTitleText": "油品推荐"
  33. }
  34. },
  35. {
  36. "path": "pages/oil-recommendation/contact",
  37. "style": {
  38. "navigationBarTitleText": "油品联系人"
  39. }
  40. },
  41. {
  42. "path": "pages/blade-recommendation/index",
  43. "style": {
  44. "navigationBarTitleText": "刀片推荐"
  45. }
  46. },
  47. {
  48. "path": "pages/rubber-hardness-comparison/index",
  49. "style": {
  50. "navigationBarTitleText": "包胶硬度对比"
  51. }
  52. },
  53. {
  54. "path": "pages/saw-weight-calculation/index",
  55. "style": {
  56. "navigationBarTitleText": "锯体重量计算"
  57. }
  58. },
  59. {
  60. "path": "pages/bearing-query/index",
  61. "style": {
  62. "navigationBarTitleText": "轴承查询"
  63. }
  64. },
  65. {
  66. "path": "pages/hydraulic-hose/index",
  67. "style": {
  68. "navigationBarTitleText": "饱和蒸汽温度与压力"
  69. }
  70. },
  71. {
  72. "path": "pages/zhiqiao/index",
  73. "style": {
  74. "navigationBarTitleText": "智桥科技"
  75. }
  76. },
  77. {
  78. "path": "pages/qinglianggz/index",
  79. "style": {
  80. "navigationBarTitleText": ""
  81. }
  82. },
  83. {
  84. "path": "pages/my/setting/setting",
  85. "style": {
  86. "navigationBarTitleText": "用户资料信息"
  87. }
  88. },
  89. {
  90. "path": "pages/complaint/index",
  91. "style": {
  92. "navigationBarTitleText": "投诉建议"
  93. }
  94. }
  95. ],
  96. "globalStyle": {
  97. "navigationBarTextStyle": "white",
  98. "navigationBarTitleText": "壹领服务",
  99. "navigationBarBackgroundColor": "#1296db"
  100. },
  101. "tabBar": {
  102. "color": "#7A7E83",
  103. "selectedColor": "#1296db",
  104. "borderStyle": "white",
  105. "height": "60px",
  106. "backgroundColor": "#ffffff",
  107. "list": [{
  108. "pagePath": "pages/ai-assistant/index",
  109. "text": "AI助理",
  110. "iconPath": "static/images/人工智能.png",
  111. "selectedIconPath": "static/images/人工智能(1).png"
  112. },
  113. /* {
  114. "pagePath": "pages/index/index",
  115. "text": "首页",
  116. "iconPath": "static/images/首页.png",
  117. "selectedIconPath": "static/images/首页(1).png"
  118. }, */
  119. {
  120. "pagePath": "pages/my/index",
  121. "text": "设置",
  122. "iconPath": "static/images/我的.png",
  123. "selectedIconPath": "static/images/我的(1).png"
  124. }
  125. ]
  126. },
  127. "easycom": {
  128. "autoscan": true,
  129. "custom": {
  130. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  131. }
  132. }
  133. }