驾考受理查询支付宝小程序、网页
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.

38 lines
752 B

10 months ago
  1. {
  2. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  3. // #ifdef H5
  4. {
  5. "path": "pages/index/index",
  6. "style": {
  7. "navigationBarTitleText": ""
  8. }
  9. },
  10. // #endif
  11. {
  12. "path" : "pages/search/search",
  13. "style" :
  14. {
  15. "navigationBarTitleText" : "受理凭证"
  16. }
  17. }
  18. // #ifndef H5
  19. ,{
  20. "path": "pages/index/index",
  21. "style": {
  22. "navigationBarTitleText": "受理凭证"
  23. }
  24. }
  25. // #endif
  26. ],
  27. "globalStyle": {
  28. "navigationBarTextStyle": "white",
  29. "navigationBarTitleText": "受理凭证",
  30. "navigationBarBackgroundColor": "#2e64ac",
  31. "backgroundColor": "#F8F8F8"
  32. // #ifdef H5
  33. ,"navigationStyle": "custom"
  34. // #endif
  35. },
  36. "uniIdRouter": {}
  37. }