indexList.js 496 B

123456789101112131415161718192021
  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/indexList.js
  9. */
  10. export default {
  11. // indexList 组件
  12. indexList: {
  13. inactiveColor: '#606266',
  14. activeColor: '#5677fc',
  15. indexList: [],
  16. sticky: true,
  17. customNavHeight: 0,
  18. safeBottomFix: false,
  19. itemMargin: '0rpx'
  20. }
  21. }