pages.json 903 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "pages": [
  3. {
  4. "path": "admin/ghs/pay",
  5. "style": {
  6. "navigationBarTitleText": "付款",
  7. "navigationStyle": "custom",
  8. "h5": {
  9. "titleNView": false
  10. }
  11. }
  12. },
  13. {
  14. "path": "pagesPurchase/gathering",
  15. "style": {
  16. "navigationBarTitleText": "待结账单",
  17. "navigationStyle": "custom",
  18. "h5": {
  19. "titleNView": false
  20. }
  21. }
  22. },
  23. {
  24. "path": "admin/cg/alipay",
  25. "style": {
  26. "navigationBarTitleText": "支付",
  27. "navigationStyle": "custom",
  28. "h5": {
  29. "titleNView": false
  30. }
  31. }
  32. },
  33. {
  34. "path": "admin/clear/alipay",
  35. "style": {
  36. "navigationBarTitleText": "支付",
  37. "navigationStyle": "custom",
  38. "h5": {
  39. "titleNView": false
  40. }
  41. }
  42. }
  43. ],
  44. "globalStyle": {
  45. "navigationBarTextStyle": "black",
  46. "navigationBarTitleText": "uni-app",
  47. "navigationBarBackgroundColor": "#F8F8F8",
  48. "backgroundColor": "#F8F8F8"
  49. }
  50. }