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

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