加油站付款小程序,打印小票
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.

24 lines
416 B

  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "unapp模板"
  7. }
  8. },
  9. {
  10. "path" : "pages/map/map",
  11. "style" :
  12. {
  13. "navigationBarTitleText" : ""
  14. }
  15. }
  16. ],
  17. "globalStyle": {
  18. "navigationBarTextStyle": "black",
  19. "navigationBarTitleText": "unapp模板",
  20. "navigationBarBackgroundColor": "#F8F8F8",
  21. "backgroundColor": "#F8F8F8"
  22. },
  23. "uniIdRouter": {}
  24. }