pages.json 690 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationBarTitleText": "聊天记录"
  9. }
  10. }, {
  11. "path": "pages/login/login",
  12. "style": {
  13. "navigationBarTitleText": "登录即时通讯",
  14. "enablePullDownRefresh": false,
  15. "navigationStyle": "custom"
  16. }
  17. }, {
  18. "path": "pages/chat/chat",
  19. "style": {
  20. "navigationBarTitleText": "聊天",
  21. "enablePullDownRefresh": false,
  22. "navigationStyle": "custom"
  23. }
  24. }],
  25. "globalStyle": {
  26. "navigationBarTextStyle": "white",
  27. "navigationBarTitleText": "即时通讯",
  28. "navigationBarBackgroundColor": "#3D5D4C",
  29. "backgroundColor": "#F8F8F8"
  30. }
  31. }