fix: 对接电动门接口 电梯接口
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
// 此文件只定义lift(即电梯)的位置信息
|
||||
// 与显示状态和分组信息无关
|
||||
export const liftPosition = [];
|
||||
|
||||
export const liftPosition = () => {
|
||||
return [
|
||||
{ left: '10%', bottom: '33%' },
|
||||
{ left: '3%', bottom: '52%' },
|
||||
{ left: '48%', bottom: '69%' },
|
||||
{ left: '65%', bottom: '62%' },
|
||||
{ left: '78%', bottom: '42%' },
|
||||
{ left: '15%', bottom: '15%' },
|
||||
];
|
||||
};
|
||||
export const longPosition = () => {
|
||||
return [
|
||||
{ left: '35%', bottom: '50%' },
|
||||
{ left: '52%', bottom: '52%' },
|
||||
{ left: '35%', bottom: '50%' },
|
||||
{ left: '52%', bottom: '52%' },
|
||||
];
|
||||
};
|
||||
|
Reference in New Issue
Block a user