自主产品,供应链食堂系统。将两个端拆开了。
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.

88 lines
1.8 KiB

  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/index/index",
  8. "style": {
  9. "navigationBarTitleText": ""
  10. }
  11. },
  12. {
  13. "path": "pages/login/index",
  14. "style": {
  15. "navigationBarTitleText": "登录",
  16. "enablePullDownRefresh": false,
  17. "navigationBarBackgroundColor":"#11D189",
  18. "navigationBarTextStyle": "white"
  19. }
  20. },
  21. {
  22. "path": "pages/purchase/launch",
  23. "style": {
  24. "navigationBarTitleText": "发起采购"
  25. }
  26. },
  27. {
  28. "path": "pages/purchase/order",
  29. "style": {
  30. "navigationBarTitleText": "采购订单"
  31. }
  32. },
  33. {
  34. "path": "pages/purchase/detail",
  35. "style": {
  36. "navigationBarTitleText": "采购订单"
  37. }
  38. },
  39. {
  40. "path": "pages/purchase/receipt",
  41. "style": {
  42. "navigationBarTitleText": "确认收货"
  43. }
  44. },
  45. {
  46. "path": "pages/classification/supplier",
  47. "style": {
  48. "navigationBarTitleText": "添加供应商"
  49. }
  50. },
  51. {
  52. "path": "pages/classification/material",
  53. "style": {
  54. "navigationBarTitleText": "添加物资"
  55. }
  56. },
  57. {
  58. "path": "pages/classification/warehouse",
  59. "style": {
  60. "navigationBarTitleText": "添加物资"
  61. }
  62. },
  63. {
  64. "path": "pages/delivery/apply",
  65. "style": {
  66. "navigationBarTitleText": "申请出库"
  67. }
  68. },
  69. {
  70. "path": "pages/delivery/order",
  71. "style": {
  72. "navigationBarTitleText": "出库订单"
  73. }
  74. },
  75. {
  76. "path": "pages/delivery/detail",
  77. "style": {
  78. "navigationBarTitleText": "出库订单"
  79. }
  80. }
  81. ],
  82. "globalStyle": {
  83. "navigationBarTextStyle": "black",
  84. "navigationBarTitleText": "智慧食堂",
  85. "navigationBarBackgroundColor": "#FFFFFF",
  86. "backgroundColor": "#F8F8F8"
  87. }
  88. }