pages.json 720 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "pages": [
  3. {
  4. "path": "admin/ghs/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom",
  8. "h5": {
  9. "titleNView": false
  10. }
  11. }
  12. },
  13. {
  14. "path": "admin/ghs/pay",
  15. "style": {
  16. "navigationBarTitleText": "付款",
  17. "navigationStyle": "custom",
  18. "h5": {
  19. "titleNView": false
  20. }
  21. }
  22. },
  23. {
  24. "path": "admin/ghs/success",
  25. "style": {
  26. "navigationBarTitleText": "支付成功",
  27. "navigationStyle": "custom",
  28. "h5": {
  29. "titleNView": false
  30. }
  31. }
  32. }
  33. ],
  34. "globalStyle": {
  35. "navigationBarTextStyle": "black",
  36. "navigationBarTitleText": "uni-app",
  37. "navigationBarBackgroundColor": "#F8F8F8",
  38. "backgroundColor": "#F8F8F8"
  39. }
  40. }