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.

25 lines
600 B

6 months ago
  1. {
  2. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "乃诚文化",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/register/register",
  12. "style": {
  13. "navigationBarTitleText": "乃诚文化",
  14. "navigationStyle": "custom"
  15. }
  16. }
  17. ],
  18. "globalStyle": {
  19. "navigationBarTextStyle": "black",
  20. "navigationBarTitleText": "乃诚文化",
  21. "navigationBarBackgroundColor": "#F8F8F8",
  22. "backgroundColor": "#F8F8F8"
  23. },
  24. "uniIdRouter": {}
  25. }