pages.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^uni-(.*)": "@/uni_modules/uni-$1/components/uni-$1/uni-$1.vue"
  6. }
  7. },
  8. "pages": [{
  9. "path": "pages/index/index",
  10. "style": {
  11. "navigationBarTitleText": "一键加油"
  12. }
  13. },{
  14. "path": "pages/test/test",
  15. "style": {
  16. "navigationBarTitleText": "测试页",
  17. "enablePullDownRefresh": false
  18. }
  19. }, {
  20. "path": "pages/succeed/succeed",
  21. "style": {
  22. "navigationBarTitleText": "支付成功",
  23. "enablePullDownRefresh": false
  24. }
  25. }, {
  26. "path": "pages/authen/identity",
  27. "style": {
  28. "navigationBarTitleText": "请求授权",
  29. "enablePullDownRefresh": false
  30. }
  31. }, {
  32. "path": "pages/authen/login",
  33. "style": {
  34. "navigationBarTitleText": "登录",
  35. "enablePullDownRefresh": false
  36. }
  37. }, {
  38. "path": "pages/confirm/confirm",
  39. "style": {
  40. "navigationBarTitleText": "订单确认",
  41. "enablePullDownRefresh": false
  42. }
  43. }],
  44. "globalStyle": {
  45. "navigationBarTextStyle": "black",
  46. "navigationBarTitleText": "uni-app",
  47. "navigationBarBackgroundColor": "#F8F8F8",
  48. "backgroundColor": "#F8F8F8"
  49. }
  50. }