loadingPage.js 532 B

12345678910111213141516171819202122
  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:00:23
  8. * @FilePath : /u-view2.0/uview-ui/libs/config/props/loadingPage.js
  9. */
  10. export default {
  11. // loading-page组件
  12. loadingPage: {
  13. loadingText: '正在加载',
  14. image: '',
  15. loadingMode: 'circle',
  16. loading: false,
  17. bgColor: '#ffffff',
  18. color: '#C8C8C8',
  19. fontSize: 19,
  20. loadingColor: '#C8C8C8'
  21. }
  22. }