文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 596a4e65 by 张欣玥

image-改

parent 321bead0
...@@ -19,24 +19,24 @@ Mock.mock('http://localhost:9100/api/image', { ...@@ -19,24 +19,24 @@ Mock.mock('http://localhost:9100/api/image', {
label: 'label1', label: 'label1',
pointList: [{ pointList: [{
pointId: '1-1', pointId: '1-1',
X: 1.1, X: 500,
Y: 2.2 Y: 300
}, { }, {
pointId: '1-2', pointId: '1-2',
X: 1.2, X: 600,
Y: 2.3 Y: 400
}] }]
}, { }, {
labelId: 1, labelId: 1,
label: 'label2', label: 'label2',
pointList: [{ pointList: [{
pointId: '2-1', pointId: '2-1',
X: 1.1, X: 100,
Y: 2.2 Y: 100
}, { }, {
pointId: '2-2', pointId: '2-2',
X: 1.2, X: 200,
Y: 2.3 Y: 200
}] }]
}] }]
}, { }, {
...@@ -47,12 +47,12 @@ Mock.mock('http://localhost:9100/api/image', { ...@@ -47,12 +47,12 @@ Mock.mock('http://localhost:9100/api/image', {
label: 'label1', label: 'label1',
pointList: [{ pointList: [{
pointId: '1-1', pointId: '1-1',
X: 1.1, X: 100,
Y: 2.2 Y: 100
}, { }, {
pointId: '1-2', pointId: '1-2',
X: 1.2, X: 300,
Y: 2.3 Y: 300
}] }]
}] }]
}] }]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment