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

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