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

Commit c49f1b55 by 李景熙

Merge remote-tracking branch 'origin/develop' into develop

parents d6116ab5 9368b255
......@@ -10,4 +10,4 @@
<!-- built files will be auto injected -->
</body>
</html>
<script src="//webapi.amap.com/maps?v=2.0&key=fd28dc34eb931d82a25869cd127005d5"></script>
<script src="//webapi.amap.com/maps?v=2.0&key=fd28dc34eb931d82a25869cd127005d5&plugin=AMap.MouseTool,AMap.ToolBar"></script>
......@@ -168,56 +168,6 @@ export default {
canvasAll: [],
// 画多边形的临时数据
createPTmp: [],
// 这个大概就是数据库会存的数据,从后端拿来的应该也就是这样的
// testData: [{
// relationId: 123,
// // imageUrl: 'https://juanmdbucket.oss-cn-beijing.aliyuncs.com/20200526170357.jpg',
// imageUrl: 'https://juanmdbucket.oss-cn-beijing.aliyuncs.com/20200301231737.png',
// labelList: [{
// labelId: 0,
// label: 'label1',
// pointList: [{
// pointId: '1-1',
// X: 1.1,
// Y: 2.2
// }, {
// pointId: '1-2',
// X: 1.2,
// Y: 2.3
// }]
// }, {
// labelId: 1,
// label: 'label2',
// pointList: [{
// pointId: '2-1',
// X: 1.1,
// Y: 2.2
// }, {
// pointId: '2-2',
// X: 1.2,
// Y: 2.3
// }]
// }]
// }, {
// relationId: 233,
// imageUrl: 'https://juanmdbucket.oss-cn-beijing.aliyuncs.com/20200526170357.jpg',
// // imageUrl: 'https://juanmdbucket.oss-cn-beijing.aliyuncs.com/20200301231737.png',
// labelList: [{
// labelId: 0,
// label: 'label1',
// pointList: [{
// pointId: '1-1',
// X: 1.1,
// Y: 2.2
// }, {
// pointId: '1-2',
// X: 1.2,
// Y: 2.3
// }]
// }]
// }],
imageNum: -1,
data: [],
imageList: [],
......@@ -590,24 +540,7 @@ export default {
changeToolBar (val) {
this.activeIndex1 = val
},
// deleteAnnotation: function () {
// this.$confirm('确定删除此标注', '提示', {
// confirmButtonText: '确定',
// cancelButtonText: '取消',
// type: 'warning'
// }).then(() => {
// this.deleteLabel()
// this.$message({
// type: 'success',
// message: '删除成功!'
// })
// }).catch(() => {
// this.$message({
// type: 'info',
// message: '已取消删除'
// })
// })
// },
loadPicture () {
var len = this.data.length
var count = this.pictureId
......
......@@ -58,24 +58,20 @@ Mock.mock('http://localhost:9100/api/layer/getLayer', {
'labelName': 'label1',
'pointList': [{
'pointId': 0,
'X': 500,
'Y': 300
'X': 116.403322,
'Y': 39.920255
}, {
'pointId': 1,
'X': 600,
'Y': 300
'X': 116.410703,
'Y': 39.897555
}, {
'pointId': 2,
'X': 700,
'Y': 350
'X': 116.402292,
'Y': 39.892353
}, {
'pointId': 3,
'X': 600,
'Y': 400
}, {
'pointId': 4,
'X': 450,
'Y': 350
'X': 116.389846,
'Y': 39.891365
}]
}]
}],
......@@ -85,9 +81,9 @@ Mock.mock('http://localhost:9100/api/layer/getLayer', {
'relationId': 123,
'landmarkEntityList': [{
'landMarkId': 0,
'landMarkName': 'mark1',
'X': 200,
'Y': 200
'landMarkName': '北京',
'X': 116.39,
'Y': 39.9
}]
}]
}
......
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