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

59 lines
1.2 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. "enablePullDownRefresh": true
  11. }
  12. },
  13. {
  14. "path": "pages/login/index",
  15. "style": {
  16. "navigationBarTitleText": "登录",
  17. "enablePullDownRefresh": true,
  18. "navigationBarBackgroundColor":"#1833F2",
  19. "navigationBarTextStyle": "white"
  20. }
  21. },
  22. {
  23. "path": "pages/offer/index",
  24. "style": {
  25. "navigationBarTitleText": "发起报价"
  26. }
  27. },
  28. {
  29. "path": "pages/order/index",
  30. "style": {
  31. "navigationBarTitleText": "报价订单"
  32. }
  33. },
  34. {
  35. "path": "pages/order/detail",
  36. "style": {
  37. "navigationBarTitleText": "订单详情"
  38. }
  39. },
  40. {
  41. "path": "pages/gonghuo/order",
  42. "style": {
  43. "navigationBarTitleText": "供货订单"
  44. }
  45. },
  46. {
  47. "path": "pages/gonghuo/detail",
  48. "style": {
  49. "navigationBarTitleText": "供货订单"
  50. }
  51. }
  52. ],
  53. "globalStyle": {
  54. "navigationBarTextStyle": "black",
  55. "navigationBarTitleText": "智慧食堂",
  56. "navigationBarBackgroundColor": "#FFFFFF",
  57. "backgroundColor": "#F8F8F8"
  58. }
  59. }