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

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