| 123456789101112131415161718192021 |
- /*
- * @Author : LQ
- * @Description :
- * @version : 3.0
- * @Date : 2021-08-20 16:44:21
- * @LastAuthor : jry
- * @lastTime : 2025-12-19 08:55:21
- * @FilePath : /uview-plus/libs/config/props/indexList.js
- */
- export default {
- // indexList 组件
- indexList: {
- inactiveColor: '#606266',
- activeColor: '#5677fc',
- indexList: [],
- sticky: true,
- customNavHeight: 0,
- safeBottomFix: false,
- itemMargin: '0rpx'
- }
- }
|