//引导页数据 export const steps = [ { element: '.objectModel', popover: { className: 'driver', title: `
配置物模型
1/3
`, description: `配置产品物模型,实现设备在云端的功能描述。`, position: 'bottom' } }, { element: '.ant-switch', popover: { className: 'driver', title: `
启用产品
2/3
`, description: '启用产品后,可在产品下新增设备。', position: 'bottom' } }, { element: '.ant-descriptions-item-label', popover: { className: 'driver', title: `
添加设备
3/3
`, description: '添加设备,并连接到平台。', position: 'bottom' } } ]; export const steps1 = [ { element: '.config', popover: { className: 'driver', title: `
填写配置
1/4
`, description: `填写设备接入所需的配置参数。`, position: 'right' } }, { element: '.objectModel', popover: { className: 'driver', title: `
配置物模型
2/4
`, description: `配置产品物模型,实现设备在云端的功能描述。`, position: 'bottom' } }, { element: '.ant-switch', popover: { className: 'driver', title: `
启用产品
3/4
`, description: '启用产品后,可在产品下新增设备。', position: 'bottom' } }, { element: '.ant-descriptions-item-label', popover: { className: 'driver', title: `
添加设备
4/4
`, description: '添加设备,并连接到平台。', position: 'bottom' } } ];