自主项目,食堂系统,前端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.

129 lines
2.7 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. "disableScroll": true
  27. }
  28. },
  29. {
  30. "path": "pages/supply/order/index",
  31. "style": {
  32. "navigationBarTitleText": "报价订单"
  33. }
  34. },
  35. {
  36. "path": "pages/supply/order/detail",
  37. "style": {
  38. "navigationBarTitleText": "订单详情"
  39. }
  40. },
  41. {
  42. "path": "pages/supply/gonghuo/order",
  43. "style": {
  44. "navigationBarTitleText": "供货订单"
  45. }
  46. },
  47. {
  48. "path": "pages/supply/gonghuo/detail",
  49. "style": {
  50. "navigationBarTitleText": "供货订单"
  51. }
  52. },
  53. {
  54. "path": "pages/canteen/login/index",
  55. "style": {
  56. "navigationBarTitleText": "登录",
  57. "enablePullDownRefresh": true,
  58. "navigationBarBackgroundColor":"#11D189",
  59. "navigationBarTextStyle": "white"
  60. }
  61. },
  62. {
  63. "path": "pages/canteen/index/index",
  64. "style": {
  65. "navigationBarTitleText": "食堂端"
  66. }
  67. },
  68. {
  69. "path": "pages/canteen/purchase/launch",
  70. "style": {
  71. "navigationBarTitleText": "发起采购"
  72. }
  73. },
  74. {
  75. "path": "pages/canteen/purchase/order",
  76. "style": {
  77. "navigationBarTitleText": "采购订单"
  78. }
  79. },
  80. {
  81. "path": "pages/canteen/purchase/detail",
  82. "style": {
  83. "navigationBarTitleText": "采购订单"
  84. }
  85. },
  86. {
  87. "path": "pages/canteen/purchase/receipt",
  88. "style": {
  89. "navigationBarTitleText": "确认收货"
  90. }
  91. },
  92. {
  93. "path": "pages/canteen/classification/index",
  94. "style": {
  95. "navigationBarTitleText": "添加供应商"
  96. }
  97. },
  98. {
  99. "path": "pages/canteen/delivery/apply",
  100. "style": {
  101. "navigationBarTitleText": "申请出库"
  102. }
  103. },
  104. {
  105. "path": "pages/canteen/delivery/order",
  106. "style": {
  107. "navigationBarTitleText": "出库订单"
  108. }
  109. },
  110. {
  111. "path": "pages/canteen/delivery/detail",
  112. "style": {
  113. "navigationBarTitleText": "出库订单"
  114. }
  115. },
  116. {
  117. "path": "pages/empty/index",
  118. "style": {
  119. "navigationBarTitleText": "页面不存在"
  120. }
  121. }
  122. ],
  123. "globalStyle": {
  124. "navigationBarTextStyle": "black",
  125. "navigationBarTitleText": "智慧食堂",
  126. "navigationBarBackgroundColor": "#FFFFFF",
  127. "backgroundColor": "#F8F8F8"
  128. }
  129. }