noticeBar.js 608 B

123456789101112131415161718192021222324252627
  1. /*
  2. * @Author : LQ
  3. * @Description :
  4. * @version : 1.0
  5. * @Date : 2021-08-20 16:44:21
  6. * @LastAuthor : LQ
  7. * @lastTime : 2021-08-20 17:17:13
  8. * @FilePath : /u-view2.0/uview-ui/libs/config/props/noticeBar.js
  9. */
  10. export default {
  11. // noticeBar
  12. noticeBar: {
  13. text: () => [],
  14. direction: 'row',
  15. step: false,
  16. icon: 'volume',
  17. mode: '',
  18. color: '#f9ae3d',
  19. bgColor: '#fdf6ec',
  20. speed: 80,
  21. fontSize: 14,
  22. duration: 2000,
  23. disableTouch: true,
  24. url: '',
  25. linkType: 'navigateTo'
  26. }
  27. }