pages.json 441 B

123456789101112131415161718192021
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/login/login",
  8. "style": {
  9. "navigationBarTitleText": ""
  10. //登录
  11. //"navigationStyle":"custom"
  12. }
  13. }
  14. ],
  15. "globalStyle": {
  16. "navigationBarTextStyle": "white",
  17. "navigationBarTitleText": "uni-app",
  18. "navigationBarBackgroundColor": "#0080ff",
  19. "backgroundColor": "#F8F8F8"
  20. }
  21. }