add:替换部分素材 / 增加请求接口 / 增加定位数据
This commit is contained in:
@@ -0,0 +1,69 @@
|
||||
// 排风扇
|
||||
export const devicePosition1 = [
|
||||
{
|
||||
lineType: '1',
|
||||
textObject: { left: '43.2%', bottom: '77.8%' },
|
||||
},
|
||||
{
|
||||
lineType: '2',
|
||||
textObject: { left: '50%', bottom: '77.8%' },
|
||||
},
|
||||
{
|
||||
lineType: '1',
|
||||
textObject: { left: '41.2%', bottom: '27.8%' },
|
||||
},
|
||||
{
|
||||
lineType: '2',
|
||||
textObject: { left: '51.2%', bottom: '27.8%' },
|
||||
},
|
||||
];
|
||||
// 风幕机
|
||||
export const devicePosition2 = [
|
||||
{
|
||||
lineType: '1',
|
||||
textObject: { left: '38%', bottom: '57.8%' },
|
||||
},
|
||||
{
|
||||
lineType: '1',
|
||||
textObject: { left: '58.5%', bottom: '57.3%' },
|
||||
},
|
||||
{
|
||||
lineType: '1',
|
||||
textObject: { left: '64.2%', bottom: '22.8%' },
|
||||
},
|
||||
];
|
||||
// 电动窗
|
||||
export const devicePosition3 = [
|
||||
{
|
||||
lineType: '1',
|
||||
textObject: { left: '32%', bottom: '28%' },
|
||||
},
|
||||
{
|
||||
lineType: '1',
|
||||
textObject: { left: '33.5%', bottom: '42.8%' },
|
||||
},
|
||||
{
|
||||
lineType: '1',
|
||||
textObject: { left: '35%', bottom: '57.8%' },
|
||||
},
|
||||
{
|
||||
lineType: '1',
|
||||
textObject: { left: '36.5%', bottom: '72.8%' },
|
||||
},
|
||||
{
|
||||
lineType: '1',
|
||||
textObject: { left: '66%', bottom: '28%' },
|
||||
},
|
||||
{
|
||||
lineType: '1',
|
||||
textObject: { left: '64%', bottom: '42.8%' },
|
||||
},
|
||||
{
|
||||
lineType: '1',
|
||||
textObject: { left: '62%', bottom: '57.8%' },
|
||||
},
|
||||
{
|
||||
lineType: '1',
|
||||
textObject: { left: '60%', bottom: '72.8%' },
|
||||
},
|
||||
];
|
Reference in New Issue
Block a user