自主项目,食堂系统,前端uniapp
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

140 lines
2.9 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/supply/index/index",
  8. "style": {
  9. "navigationBarTitleText": "供应端",
  10. "enablePullDownRefresh": true
  11. }
  12. },
  13. {
  14. "path": "pages/supply/login/index",
  15. "style": {
  16. "navigationBarTitleText": "登录",
  17. "enablePullDownRefresh": true,
  18. "navigationBarBackgroundColor":"#1833F2",
  19. "navigationBarTextStyle": "white"
  20. }
  21. },
  22. {
  23. "path": "pages/supply/offer/index",
  24. "style": {
  25. "navigationBarTitleText": "发起报价"
  26. }
  27. },
  28. {
  29. "path": "pages/supply/order/index",
  30. "style": {
  31. "navigationBarTitleText": "报价订单"
  32. }
  33. },
  34. {
  35. "path": "pages/supply/order/detail",
  36. "style": {
  37. "navigationBarTitleText": "订单详情"
  38. }
  39. },
  40. {
  41. "path": "pages/supply/gonghuo/order",
  42. "style": {
  43. "navigationBarTitleText": "供货订单"
  44. }
  45. },
  46. {
  47. "path": "pages/supply/gonghuo/detail",
  48. "style": {
  49. "navigationBarTitleText": "供货订单"
  50. }
  51. },
  52. {
  53. "path": "pages/canteen/login/index",
  54. "style": {
  55. "navigationBarTitleText": "登录",
  56. "enablePullDownRefresh": true,
  57. "navigationBarBackgroundColor":"#11D189",
  58. "navigationBarTextStyle": "white"
  59. }
  60. },
  61. {
  62. "path": "pages/canteen/index/index",
  63. "style": {
  64. "navigationBarTitleText": "食堂端"
  65. }
  66. },
  67. {
  68. "path": "pages/canteen/purchase/launch",
  69. "style": {
  70. "navigationBarTitleText": "发起采购"
  71. }
  72. },
  73. {
  74. "path": "pages/canteen/purchase/order",
  75. "style": {
  76. "navigationBarTitleText": "采购订单"
  77. }
  78. },
  79. {
  80. "path": "pages/canteen/purchase/detail",
  81. "style": {
  82. "navigationBarTitleText": "采购订单"
  83. }
  84. },
  85. {
  86. "path": "pages/canteen/purchase/receipt",
  87. "style": {
  88. "navigationBarTitleText": "确认收货"
  89. }
  90. },
  91. {
  92. "path": "pages/canteen/classification/supplier",
  93. "style": {
  94. "navigationBarTitleText": "添加供应商"
  95. }
  96. },
  97. {
  98. "path": "pages/canteen/classification/material",
  99. "style": {
  100. "navigationBarTitleText": "添加物资"
  101. }
  102. },
  103. {
  104. "path": "pages/canteen/classification/warehouse",
  105. "style": {
  106. "navigationBarTitleText": "添加物资"
  107. }
  108. },
  109. {
  110. "path": "pages/canteen/delivery/apply",
  111. "style": {
  112. "navigationBarTitleText": "申请出库"
  113. }
  114. },
  115. {
  116. "path": "pages/canteen/delivery/order",
  117. "style": {
  118. "navigationBarTitleText": "出库订单"
  119. }
  120. },
  121. {
  122. "path": "pages/canteen/delivery/detail",
  123. "style": {
  124. "navigationBarTitleText": "出库订单"
  125. }
  126. },
  127. {
  128. "path": "pages/empty/index",
  129. "style": {
  130. "navigationBarTitleText": "页面不存在"
  131. }
  132. }
  133. ],
  134. "globalStyle": {
  135. "navigationBarTextStyle": "black",
  136. "navigationBarTitleText": "智慧食堂",
  137. "navigationBarBackgroundColor": "#FFFFFF",
  138. "backgroundColor": "#F8F8F8"
  139. }
  140. }