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.9KB

2 vuotta sitten
2 vuotta sitten
2 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/memoryCardApplication/memoryCardApplication",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "navigationBarTitleText": "申办校验"
  8. }
  9. },{
  10. "path": "pages/userInfoUploading/userInfoUploading",
  11. "style": {
  12. "navigationStyle": "custom",
  13. "navigationBarTitleText": "用户信息"
  14. }
  15. },{
  16. "path": "pages/productOption/productOption",
  17. "style": {
  18. "navigationStyle": "custom",
  19. "navigationBarTitleText": "选择产品"
  20. }
  21. }, {
  22. "path": "pages/drivingLicense/drivingLicense",
  23. "style": {
  24. "navigationStyle": "custom",
  25. "navigationBarTitleText": "车辆信息"
  26. }
  27. },{
  28. "path": "pages/sigManage/signAContract",
  29. "style": {
  30. "navigationBarTitleText": "开户"
  31. }
  32. },
  33. {
  34. "path": "pages/sigManage/sigFastPayment",
  35. "style": {
  36. "navigationBarTitleText": "快捷支付签约"
  37. }
  38. }, {
  39. "path": "pages/sigManage/sigWithhold",
  40. "style": {
  41. "navigationBarTitleText": "代扣签约"
  42. }
  43. },
  44. {
  45. "path": "pages/mailingAddress/mailingAddress",
  46. "style": {
  47. "navigationBarTitleText": "邮寄地址"
  48. }
  49. },
  50. {
  51. "path": "pages/sigManage/sigManage",
  52. "style": {
  53. "navigationBarTitleText": "签约渠道"
  54. }
  55. }
  56. ],
  57. "eslintConfig": {
  58. "parser": "babel-eslint"
  59. },
  60. "globalStyle": {
  61. "navigationBarTextStyle": "black",
  62. "navigationBarTitleText": "uni-app",
  63. "navigationBarBackgroundColor": "#F8F8F8",
  64. "backgroundColor": "#F8F8F8"
  65. },
  66. "uniIdRouter": {},
  67. "condition": { //模式配置,仅开发期间生效
  68. "current": 0, //当前激活的模式(list 的索引项)
  69. "list": [{
  70. "name": "app", //模式名称
  71. "path": "pages/memoryCardApplication/memoryCardApplication", //启动页面,必选
  72. "query": "" //启动参数,在页面的onLoad函数里面得到
  73. }]
  74. }
  75. }