const state = { scrollTop: 0, isShrink: false, // true: 收起, false:展开 client: { left: 0, // 鼠标点击位置距离左边的距离 top: 0, // 鼠标点击位置距离上边的距离 }, showTips: false, status: 0, // 点击了时间轴上的哪种样式,默认点击了开始 tipsContent: '', // 提示框内的内容,需要传入 }; export default state;