loadingPage.js 612 B

1234567891011121314151617181920212223242526
  1. /*
  2. * @Author : LQ
  3. * @Description :
  4. * @version : 3.0
  5. * @Date : 2021-08-20 16:44:21
  6. * @LastAuthor : jry
  7. * @lastTime : 2025-12-19 08:55:21
  8. * @FilePath : /uview-plus/libs/config/props/loadingPage.js
  9. */
  10. import { t } from '../../libs/i18n'
  11. export default {
  12. // loading-page组件
  13. loadingPage: {
  14. loadingText: t("up.common.loading2"),
  15. image: '',
  16. loadingMode: 'circle',
  17. loading: false,
  18. bgColor: '#ffffff',
  19. color: '#C8C8C8',
  20. fontSize: 19,
  21. iconSize: 28,
  22. loadingColor: '#C8C8C8',
  23. zIndex: 10
  24. }
  25. }