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

Commit 013993c0 by 张欣玥

image-new

parent 5c668a0c
...@@ -24,7 +24,19 @@ Mock.mock('http://localhost:9100/api/image', { ...@@ -24,7 +24,19 @@ Mock.mock('http://localhost:9100/api/image', {
}, { }, {
pointId: '1-2', pointId: '1-2',
X: 600, X: 600,
Y: 300
}, {
pointId: '1-3',
X: 700,
Y: 350
}, {
pointId: '1-4',
X: 600,
Y: 400 Y: 400
}, {
pointId: '1-5',
X: 450,
Y: 350
}] }]
}, { }, {
labelId: 1, labelId: 1,
...@@ -36,6 +48,14 @@ Mock.mock('http://localhost:9100/api/image', { ...@@ -36,6 +48,14 @@ Mock.mock('http://localhost:9100/api/image', {
}, { }, {
pointId: '2-2', pointId: '2-2',
X: 200, X: 200,
Y: 100
}, {
pointId: '2-2',
X: 200,
Y: 200
}, {
pointId: '2-2',
X: 100,
Y: 200 Y: 200
}] }]
}] }]
...@@ -52,6 +72,14 @@ Mock.mock('http://localhost:9100/api/image', { ...@@ -52,6 +72,14 @@ Mock.mock('http://localhost:9100/api/image', {
}, { }, {
pointId: '1-2', pointId: '1-2',
X: 300, X: 300,
Y: 100
}, {
pointId: '1-2',
X: 300,
Y: 300
}, {
pointId: '1-2',
X: 100,
Y: 300 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