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.

pages.json 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/mailingAddress/mailingAddress",
  5. "style": {
  6. "navigationBarTitleText": "ETC申办"
  7. }
  8. },
  9. {
  10. "path": "pages/userInfoUploading/userInfoUploading",
  11. "style": {
  12. "navigationStyle": "custom",
  13. "navigationBarTitleText": "ETC申办"
  14. }
  15. },
  16. {
  17. "path": "pages/drivingLicense/drivingLicense",
  18. "style": {
  19. "navigationStyle": "custom",
  20. "navigationBarTitleText": "ETC申办"
  21. }
  22. },
  23. {
  24. "path": "pages/payment/payment",
  25. "style": {
  26. "navigationStyle": "custom",
  27. "navigationBarTitleText": "ETC申办"
  28. }
  29. },
  30. {
  31. "path": "pages/payment/paymentSucess",
  32. "style": {
  33. "navigationStyle": "custom",
  34. "navigationBarTitleText": "ETC申办"
  35. }
  36. },
  37. {
  38. "path": "pages/sigManage/sigManage",
  39. "style": {
  40. "navigationBarTitleText": "ETC申办"
  41. }
  42. }
  43. ],
  44. "eslintConfig": {
  45. "parser": "babel-eslint"
  46. },
  47. "globalStyle": {
  48. "navigationBarTextStyle": "black",
  49. "navigationBarTitleText": "uni-app",
  50. "navigationBarBackgroundColor": "#F8F8F8",
  51. "backgroundColor": "#F8F8F8",
  52. "navigationStyle": "custom",
  53. "app-plus": {
  54. "titleView": false
  55. }
  56. },
  57. "uniIdRouter": {},
  58. "condition": { //模式配置,仅开发期间生效
  59. "current": 0, //当前激活的模式(list 的索引项)
  60. "list": [{
  61. "name": "app", //模式名称
  62. "path": "/pages/mailingAddress/mailingAddress", //启动页面,必选
  63. "query": "" //启动参数,在页面的onLoad函数里面得到
  64. }]
  65. }
  66. }