pages.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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": "admin/ghs/balanceChange",
  15. "style": {
  16. "navigationBarTitleText": "余额变动",
  17. "navigationStyle": "custom",
  18. "enablePullDownRefresh": true,
  19. "h5": {
  20. "titleNView": false
  21. }
  22. }
  23. },
  24. {
  25. "path": "pagesPurchase/gathering",
  26. "style": {
  27. "navigationBarTitleText": "待结账单",
  28. "navigationStyle": "custom",
  29. "h5": {
  30. "titleNView": false
  31. }
  32. }
  33. },
  34. {
  35. "path": "admin/cg/alipay",
  36. "style": {
  37. "navigationBarTitleText": "支付",
  38. "navigationStyle": "custom",
  39. "h5": {
  40. "titleNView": false
  41. }
  42. }
  43. },
  44. {
  45. "path": "admin/clear/alipay",
  46. "style": {
  47. "navigationBarTitleText": "支付",
  48. "navigationStyle": "custom",
  49. "h5": {
  50. "titleNView": false
  51. }
  52. }
  53. }
  54. ],
  55. "globalStyle": {
  56. "navigationBarTextStyle": "black",
  57. "navigationBarTitleText": "uni-app",
  58. "navigationBarBackgroundColor": "#F8F8F8",
  59. "backgroundColor": "#F8F8F8"
  60. }
  61. }